summaryrefslogtreecommitdiff
path: root/src/glade-command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glade-command.c')
-rw-r--r--src/glade-command.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glade-command.c b/src/glade-command.c
index 2b3ee81e..671b1544 100644
--- a/src/glade-command.c
+++ b/src/glade-command.c
@@ -803,7 +803,6 @@ glade_command_create (GladeWidgetClass *class,
me->widgets = g_list_append (me->widgets, cdata);
-
/* widget may be null, e.g. the user clicked cancel on a query */
if ((widget = glade_widget_new (parent, class, project)) == NULL)
{