mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Revert "Merge pull request #28715 from YeldhamDev/inherent_scene_close_empty"
This reverts commit0f8356d439, reversing changes made to7b7a664a97.
This commit is contained in:
@@ -671,7 +671,6 @@ public:
|
||||
static void remove_editor_plugin(EditorPlugin *p_editor, bool p_config_changed = false);
|
||||
|
||||
void new_inherited_scene() { _menu_option_confirm(FILE_NEW_INHERITED_SCENE, false); }
|
||||
void close_current_scene() { _menu_option_confirm(FILE_CLOSE, false); }
|
||||
|
||||
void set_docks_visible(bool p_show);
|
||||
bool get_docks_visible() const;
|
||||
|
||||
Reference in New Issue
Block a user