From 3c122815651c26c72df9ba80d6ec91af90be6e88 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 8 Apr 2010 17:51:31 +0000 Subject: Remove dead special case for gtk status bar width. svn path=/trunk/netsurf/; revision=10322 --- desktop/options.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'desktop') 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 */ -- cgit v1.2.3