removed status_top from cfg file parser
authorRobert Manea <gotmor@gmail.com>
Fri, 15 May 2009 11:36:50 +0000 (13:36 +0200)
committerRobert Manea <gotmor@gmail.com>
Fri, 15 May 2009 11:36:50 +0000 (13:36 +0200)
uzbl.c

diff --git a/uzbl.c b/uzbl.c
index 1c3bec4..3a0ee47 100644 (file)
--- 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);
     }