summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2016-08-06 20:30:13 -0300
committerJuan Linietsky <reduzio@gmail.com>2016-08-06 20:30:13 -0300
commit0ed5dbb24d360307b8499fb1a68b15d94d858349 (patch)
tree96f90893f88540522c3ee004ad9c00acb4b4170e /tools/editor
parent9714a36e65a1caa848305531d5200ec5c5104141 (diff)
removed extra print
Diffstat (limited to 'tools/editor')
-rw-r--r--tools/editor/create_dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/editor/create_dialog.cpp b/tools/editor/create_dialog.cpp
index e906976c13..b0cdd79798 100644
--- a/tools/editor/create_dialog.cpp
+++ b/tools/editor/create_dialog.cpp
@@ -326,7 +326,7 @@ Object *CreateDialog::instance_selected() {
}
}
- print_line("NONE");
+
return NULL;
}