summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */