summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2010-04-08 17:51:31 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2010-04-08 17:51:31 +0000
commit3c122815651c26c72df9ba80d6ec91af90be6e88 (patch)
tree2ba9b813661d70d7df145a9a187e88777e3903e3 /desktop
parentc1d0f3287561b0ce83de73112f09b22f40ddd2cd (diff)
downloadnetsurf-3c122815651c26c72df9ba80d6ec91af90be6e88.tar.gz
netsurf-3c122815651c26c72df9ba80d6ec91af90be6e88.tar.bz2
Remove dead special case for gtk status bar width.
svn path=/trunk/netsurf/; revision=10322
Diffstat (limited to 'desktop')
-rw-r--r--desktop/options.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/options.c b/desktop/options.c
index 1b639527d..9ed8b192c 100644
--- a/desktop/options.c
+++ b/desktop/options.c
@@ -134,11 +134,7 @@ int option_window_screen_width = 0;
/** height of screen when above options were saved */
int option_window_screen_height = 0;
/** default size of status bar vs. h scroll bar */
-#ifdef nsgtk
-int option_toolbar_status_width = 400;
-#else
int option_toolbar_status_width = 6667;
-#endif
/** default window scale */
int option_scale = 100;
/* Whether to reflow web pages while objects are fetching */