diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/editor/editor_node.cpp | 2 | ||||
-rw-r--r-- | tools/editor/scenes_dock.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/editor/editor_node.cpp b/tools/editor/editor_node.cpp index c02da178dc..f6278e350a 100644 --- a/tools/editor/editor_node.cpp +++ b/tools/editor/editor_node.cpp @@ -6425,7 +6425,7 @@ EditorNode::EditorNode() { set_process_unhandled_input(true); _playing_edited=false; - Panel *errors = memnew( Panel ); +// Panel *errors = memnew( Panel ); load_errors = memnew( RichTextLabel ); // load_errors->set_readonly(true); load_error_dialog = memnew( AcceptDialog ); diff --git a/tools/editor/scenes_dock.cpp b/tools/editor/scenes_dock.cpp index 44832c84eb..cbd7df9d18 100644 --- a/tools/editor/scenes_dock.cpp +++ b/tools/editor/scenes_dock.cpp @@ -1668,7 +1668,7 @@ ScenesDock::ScenesDock(EditorNode *p_editor) { button_favorite->set_focus_mode(FOCUS_NONE); - Control *spacer = memnew( Control); +// Control *spacer = memnew( Control); |