summaryrefslogtreecommitdiffstats
path: root/core/core_bind.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-08-25 20:55:30 +0200
committerGitHub <noreply@github.com>2022-08-25 20:55:30 +0200
commitce78d280b39e1e6d0cd700ff10a512acdfaf4282 (patch)
tree43fca635ffe4fc673dd95dd857d2e736b792517a /core/core_bind.h
parentf03ac21ea8bf04b5ac0243706facdbde45ba7385 (diff)
parent465c423abb72dfe95007e0eba13032a71fe63cff (diff)
downloadredot-engine-ce78d280b39e1e6d0cd700ff10a512acdfaf4282.tar.gz
Merge pull request #58530 from Calinou/os-remove-dump-memory-to-file
Remove unimplemented `OS.dump_memory_to_file()` method
Diffstat (limited to 'core/core_bind.h')
-rw-r--r--core/core_bind.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/core_bind.h b/core/core_bind.h
index 3624bdf178..642a0c00c7 100644
--- a/core/core_bind.h
+++ b/core/core_bind.h
@@ -201,7 +201,6 @@ public:
String get_model_name() const;
- void dump_memory_to_file(const String &p_file);
void dump_resources_to_file(const String &p_file);
void print_resources_in_use(bool p_short = false);