diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-25 20:55:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-25 20:55:30 +0200 |
commit | ce78d280b39e1e6d0cd700ff10a512acdfaf4282 (patch) | |
tree | 43fca635ffe4fc673dd95dd857d2e736b792517a /core/core_bind.h | |
parent | f03ac21ea8bf04b5ac0243706facdbde45ba7385 (diff) | |
parent | 465c423abb72dfe95007e0eba13032a71fe63cff (diff) | |
download | redot-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.h | 1 |
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); |