From 54a67c8db33d27d9ef1af20163a49a09a5c972fc Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Fri, 15 May 2009 13:36:50 +0200 Subject: [PATCH] removed status_top from cfg file parser --- uzbl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/uzbl.c b/uzbl.c index 1c3bec4..3a0ee47 100644 --- a/uzbl.c +++ b/uzbl.c @@ -1434,7 +1434,6 @@ settings_init () { } if (res) { - b->status_top = g_key_file_get_boolean (config, "behavior", "status_top", NULL); b->reset_command_mode = g_key_file_get_boolean (config, "behavior", "reset_command_mode", NULL); } -- 1.7.9.5