From: Robert Manea Date: Fri, 15 May 2009 11:36:50 +0000 (+0200) Subject: removed status_top from cfg file parser X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=54a67c8db33d27d9ef1af20163a49a09a5c972fc;p=uzbl-mobile removed status_top from cfg file parser --- 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); }