mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Cleanup unused engine code v2
This commit is contained in:
parent
cd0a9ccdfd
commit
c0083e431b
39 changed files with 0 additions and 573 deletions
|
@ -4007,12 +4007,6 @@ void ScriptEditorPlugin::apply_changes() {
|
|||
script_editor->apply_scripts();
|
||||
}
|
||||
|
||||
void ScriptEditorPlugin::restore_global_state() {
|
||||
}
|
||||
|
||||
void ScriptEditorPlugin::save_global_state() {
|
||||
}
|
||||
|
||||
void ScriptEditorPlugin::set_window_layout(Ref<ConfigFile> p_layout) {
|
||||
script_editor->set_window_layout(p_layout);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue