Remove TOOLS_ENABLED checks from editor/
This commit is contained in:
parent
b377562b52
commit
7cb2fb189a
34 changed files with 7 additions and 124 deletions
|
|
@ -100,9 +100,7 @@ Camera2DEditor::Camera2DEditor() {
|
|||
|
||||
options->get_popup()->connect(SceneStringName(id_pressed), callable_mp(this, &Camera2DEditor::_menu_option));
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
add_user_signal(MethodInfo("_editor_theme_changed"));
|
||||
#endif
|
||||
}
|
||||
|
||||
void Camera2DEditorPlugin::_update_approach_text_visibility() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue