summaryrefslogtreecommitdiffstats
path: root/editor/editor_settings.h
diff options
context:
space:
mode:
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();