From 20f4d265105cac7c06ceb7e72f57c05f4a39fbd3 Mon Sep 17 00:00:00 2001 From: Hilderin <81109165+Hilderin@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:24:19 -0400 Subject: Fix editor settings still displayed when replaced --- editor/editor_settings.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor/editor_settings.h') 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(); -- cgit v1.2.3