From 7f1b7eb459e8c3a8607eaf3eb0dad864455e6544 Mon Sep 17 00:00:00 2001 From: Barrucadu Date: Sun, 26 Apr 2009 21:36:39 +0100 Subject: Fixed a bug (varuable declared twice). --- uzbl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/uzbl.c b/uzbl.c index 8e9dac5..abd0566 100644 --- a/uzbl.c +++ b/uzbl.c @@ -67,7 +67,6 @@ static gchar* download_handler = NULL; static gboolean always_insert_mode = FALSE; static gboolean show_status = FALSE; static gboolean insert_mode = FALSE; -static gboolean show_status = FALSE; static gboolean status_top = FALSE; static gchar* modkey = NULL; -- cgit v1.2.3