mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Remove deprecated engine_version_update_mode editor setting
This commit is contained in:
parent
e37c6261ea
commit
0bba1a80d5
1 changed files with 1 additions and 0 deletions
|
|
@ -1217,6 +1217,7 @@ const String EditorSettings::_get_project_metadata_path() const {
|
|||
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
void EditorSettings::_remove_deprecated_settings() {
|
||||
erase("network/connection/engine_version_update_mode");
|
||||
erase("run/output/always_open_output_on_play");
|
||||
erase("run/output/always_close_output_on_stop");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue