From 6e9439198c03ac6b5786eefe8dc3408cf1c4d3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 12 Aug 2021 12:16:04 +0200 Subject: Resource: Remove unused `_use_builtin_script()` virtual method And another piece of dead code found while searching for "use_builtin". --- core/io/resource.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'core/io') 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; -- cgit v1.2.3