diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-06-26 16:34:28 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-06-26 16:34:28 -0300 |
commit | 8baa85d6b4428b3fcbcd7ef160e608471ea7606b (patch) | |
tree | 048ede11261cd8592fecd9a1dee9a6f51f3e0eb3 /tools | |
parent | 282da142aea365680acd80c12916d8e46dd2f5e8 (diff) |
remove the warning of instances in use at exit
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); |