summaryrefslogtreecommitdiff
path: root/riscos/options.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-11-30 15:30:54 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-11-30 15:30:54 +0000
commitebdaeed55785d02f9f6ac1e951c80e5e8b7db449 (patch)
treec1047de32ef18c80adf2c0120681b6d12db020c1 /riscos/options.h
parentb057bdc2aaf5e61ade1e83f6c1305590c48444a9 (diff)
downloadnetsurf-ebdaeed55785d02f9f6ac1e951c80e5e8b7db449.tar.gz
netsurf-ebdaeed55785d02f9f6ac1e951c80e5e8b7db449.tar.bz2
Use new UTF-8 status bar. Use top-window dimensions for new windows from framesets.
svn path=/trunk/netsurf/; revision=3082
Diffstat (limited to 'riscos/options.h')
-rw-r--r--riscos/options.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/riscos/options.h b/riscos/options.h
index 6f669ab94..1fd779593 100644
--- a/riscos/options.h
+++ b/riscos/options.h
@@ -24,7 +24,6 @@ extern int option_fg_plot_style; /* tinct flagword */
extern int option_bg_plot_style; /* tinct flagword */
extern bool option_history_tooltip;
extern int option_scale;
-extern bool option_toolbar_show_status;
extern bool option_toolbar_show_buttons;
extern bool option_toolbar_show_address;
extern bool option_toolbar_show_throbber;
@@ -63,7 +62,6 @@ int option_fg_plot_style = tinct_ERROR_DIFFUSE;\
int option_bg_plot_style = tinct_DITHER;\
bool option_history_tooltip = true; \
int option_scale = 100; \
-bool option_toolbar_show_status = true; \
bool option_toolbar_show_buttons = true; \
bool option_toolbar_show_address = true; \
bool option_toolbar_show_throbber = true; \
@@ -102,7 +100,6 @@ bool option_thumbnail_iconise = true;
{ "plot_bg_quality", OPTION_INTEGER, &option_bg_plot_style },\
{ "history_tooltip", OPTION_BOOL, &option_history_tooltip }, \
{ "scale", OPTION_INTEGER, &option_scale }, \
-{ "toolbar_show_status", OPTION_BOOL, &option_toolbar_show_status }, \
{ "toolbar_status_size", OPTION_INTEGER, &option_toolbar_status_width }, \
{ "toolbar_show_buttons", OPTION_BOOL, &option_toolbar_show_buttons }, \
{ "toolbar_show_address", OPTION_BOOL, &option_toolbar_show_address }, \