summaryrefslogtreecommitdiffstats
path: root/core/io/resource.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-08-29 15:04:17 +0200
committerGitHub <noreply@github.com>2022-08-29 15:04:17 +0200
commitc7e4c802ffcea465f995c4f203ace1278f41286c (patch)
tree94c85a826dac8d199c2c16c34a549b8d9a3a68ac /core/io/resource.h
parente60086f98b07365d6174677df84c9a22bfb56d15 (diff)
parenteb56d1d1eb6ba3fbf3cc45f603d893d8963d74f5 (diff)
downloadredot-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.h1
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();
};