summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.h
diff options
context:
space:
mode:
authorHilderin <81109165+Hilderin@users.noreply.github.com>2024-07-29 18:24:19 -0400
committerHilderin <81109165+Hilderin@users.noreply.github.com>2024-07-30 17:35:26 -0400
commit20f4d265105cac7c06ceb7e72f57c05f4a39fbd3 (patch)
treef0ef39dd19852bce2b3bde61e58b1189af4bdbc8 /editor/editor_settings.h
parent0e9caa2d9cb20737f8dcf08b75fcf2a78d980569 (diff)
downloadredot-engine-20f4d265105cac7c06ceb7e72f57c05f4a39fbd3.tar.gz
Fix editor settings still displayed when replaced
Diffstat (limited to 'editor/editor_settings.h')
-rw-r--r--editor/editor_settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor_settings.h b/editor/editor_settings.h
index 6a329f6979..62ac0c60f3 100644
--- a/editor/editor_settings.h
+++ b/editor/editor_settings.h
@@ -114,6 +114,9 @@ private:
bool _save_text_editor_theme(const String &p_file);
bool _is_default_text_editor_theme(const String &p_theme_name);
const String _get_project_metadata_path() const;
+#ifndef DISABLE_DEPRECATED
+ void _remove_deprecated_settings();
+#endif
protected:
static void _bind_methods();