summaryrefslogtreecommitdiff
path: root/core/os/os.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/os/os.h
parente60086f98b07365d6174677df84c9a22bfb56d15 (diff)
parenteb56d1d1eb6ba3fbf3cc45f603d893d8963d74f5 (diff)
Merge pull request #65031 from akien-mga/os-drop-obsolete-resource-debugging
Diffstat (limited to 'core/os/os.h')
-rw-r--r--core/os/os.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/os/os.h b/core/os/os.h
index ff769cc4f1..0e8a2d0398 100644
--- a/core/os/os.h
+++ b/core/os/os.h
@@ -246,10 +246,6 @@ public:
virtual bool is_disable_crash_handler() const { return false; }
virtual void initialize_debugging() {}
- virtual void dump_resources_to_file(const char *p_file);
- virtual void print_resources_in_use(bool p_short = false);
- virtual void print_all_resources(String p_to_file = "");
-
virtual uint64_t get_static_memory_usage() const;
virtual uint64_t get_static_memory_peak_usage() const;
virtual uint64_t get_free_static_memory() const;