Merge pull request #58530 from Calinou/os-remove-dump-memory-to-file

Remove unimplemented `OS.dump_memory_to_file()` method
This commit is contained in:
Rémi Verschelde
2022-08-25 20:55:30 +02:00
committed by GitHub
5 changed files with 0 additions and 19 deletions

View File

@ -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);