From 621870eaa978b49e43b7a82bff30091bcf085d64 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 18 Oct 2001 00:27:43 +0000 Subject: Urgh. Remove stale line that caused `display_default' to be set to TRUE * main.c (idle_cb): Urgh. Remove stale line that caused `display_default' to be set to TRUE for all the non-NULL shell cases. svn path=/trunk/; revision=13743 --- shell/main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'shell/main.c') diff --git a/shell/main.c b/shell/main.c index 840bb6448a..f1b70bf271 100644 --- a/shell/main.c +++ b/shell/main.c @@ -302,8 +302,6 @@ idle_cb (void *data) } else { display_default = FALSE; } - - display_default = FALSE; } if (display_default) { -- cgit v1.2.3