aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-26 21:36:39 +0100
committerGravatar Barrucadu <mike@barrucadu.co.uk>2009-04-26 21:36:39 +0100
commit7f1b7eb459e8c3a8607eaf3eb0dad864455e6544 (patch)
treed363b737b1f0124bef8bbd3abe41ccb46ce42d77
parentb4dbcb5794bbe661eadbed8b53137ff626f958ba (diff)
Fixed a bug (varuable declared twice).
-rw-r--r--uzbl.c1
1 files changed, 0 insertions, 1 deletions
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;