diff options
author | Juan Linietsky <reduzio@gmail.com> | 2016-08-06 20:30:13 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2016-08-06 20:30:13 -0300 |
commit | 0ed5dbb24d360307b8499fb1a68b15d94d858349 (patch) | |
tree | 96f90893f88540522c3ee004ad9c00acb4b4170e /tools/editor | |
parent | 9714a36e65a1caa848305531d5200ec5c5104141 (diff) |
removed extra print
Diffstat (limited to 'tools/editor')
-rw-r--r-- | tools/editor/create_dialog.cpp | 2 |
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; } |