diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-08-12 15:00:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-12 15:00:23 +0200 |
| commit | 975a63e6f78d98d67cf2753a9cb7b78f2999156d (patch) | |
| tree | 5729ce732c453fa9ef32a1cdc27dcad445fc7b39 /core | |
| parent | b63af734356f446f9f431cdcea17f4fe28535952 (diff) | |
| parent | 6e9439198c03ac6b5786eefe8dc3408cf1c4d3b6 (diff) | |
Merge pull request #51559 from akien-mga/resource-remove-_use_builtin_script
Resource: Remove unused `_use_builtin_script()` virtual method
Diffstat (limited to 'core')
| -rw-r--r-- | core/io/resource.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/io/resource.h b/core/io/resource.h index e864b371ad..9ccc247887 100644 --- a/core/io/resource.h +++ b/core/io/resource.h @@ -62,8 +62,6 @@ private: String path_cache; String scene_unique_id; - virtual bool _use_builtin_script() const { return true; } - #ifdef TOOLS_ENABLED uint64_t last_modified_time = 0; uint64_t import_last_modified_time = 0; |