diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-29 15:04:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 15:04:17 +0200 |
commit | c7e4c802ffcea465f995c4f203ace1278f41286c (patch) | |
tree | 94c85a826dac8d199c2c16c34a549b8d9a3a68ac /core/io/resource.h | |
parent | e60086f98b07365d6174677df84c9a22bfb56d15 (diff) | |
parent | eb56d1d1eb6ba3fbf3cc45f603d893d8963d74f5 (diff) | |
download | redot-engine-c7e4c802ffcea465f995c4f203ace1278f41286c.tar.gz |
Merge pull request #65031 from akien-mga/os-drop-obsolete-resource-debugging
Diffstat (limited to 'core/io/resource.h')
-rw-r--r-- | core/io/resource.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/io/resource.h b/core/io/resource.h index a2cde87990..a76a3920be 100644 --- a/core/io/resource.h +++ b/core/io/resource.h @@ -167,7 +167,6 @@ public: static void reload_externals(); static bool has(const String &p_path); static Ref<Resource> get_ref(const String &p_path); - static void dump(const char *p_file = nullptr, bool p_short = false); static void get_cached_resources(List<Ref<Resource>> *p_resources); static int get_cached_resource_count(); }; |