From 0ed5dbb24d360307b8499fb1a68b15d94d858349 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sat, 6 Aug 2016 20:30:13 -0300 Subject: removed extra print --- tools/editor/create_dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/editor') 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; } -- cgit v1.2.3