summaryrefslogtreecommitdiff
path: root/src/ui.cc
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2012-12-31 20:49:32 +0000
committercorvid <corvid@lavabit.com>2012-12-31 20:49:32 +0000
commit07f12d12a67d844f35292deb299c6782793dde5d (patch)
tree3322e3df973c81a73418f4ab443b02d872ff86a8 /src/ui.cc
parent68f17afdc211dd81da838f576dbe2eeb0f026baf (diff)
rm show_url preference
It hasn't worked for a long time, no one seems to miss it, and there isn't any compelling case for making the effort to make it work. http://lists.auriga.wearlab.de/pipermail/dillo-dev/2012-December/009704.html
Diffstat (limited to 'src/ui.cc')
-rw-r--r--src/ui.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui.cc b/src/ui.cc
index 9206108a..27e44852 100644
--- a/src/ui.cc
+++ b/src/ui.cc
@@ -947,8 +947,6 @@ void UI::customize(int flags)
Tools->hide();
if ( !prefs.show_clear_url )
Clear->hide();
- if ( !prefs.show_url )
- Location->hide();
if ( !prefs.show_search )
Search->hide();
if ( !prefs.show_help )