From e756daf2bef96aafe13bae32f98c11516fe77ec8 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 1 Dec 2014 23:15:22 +0000 Subject: [PATCH] Fixed closing window 0 --- src/command/commands.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/command/commands.c b/src/command/commands.c index 214c8069..4a69a05b 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -2990,10 +2990,6 @@ cmd_close(gchar **args, struct cmd_help_t help) return TRUE; } - if (index == 0) { - index = 10; - } - if (!ui_win_exists(index)) { cons_show("Window is not open."); return TRUE;