summaryrefslogtreecommitdiff
path: root/desktop/options_main.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2012-03-27 11:51:18 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2012-03-27 11:51:18 +0000
commit57793aae89142b9c4caeadbc802f40eac6372f51 (patch)
tree36605fe463b3823ce66bed407194e02981884931 /desktop/options_main.h
parentce20021df73a4bcc8d390f93442ffcb8c81dbbdc (diff)
downloadnetsurf-57793aae89142b9c4caeadbc802f40eac6372f51.tar.gz
netsurf-57793aae89142b9c4caeadbc802f40eac6372f51.tar.bz2
Remove gui_colour_* options.
svn path=/trunk/netsurf/; revision=13740
Diffstat (limited to 'desktop/options_main.h')
-rw-r--r--desktop/options_main.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/desktop/options_main.h b/desktop/options_main.h
index fc7af3d28..96e32aedd 100644
--- a/desktop/options_main.h
+++ b/desktop/options_main.h
@@ -168,11 +168,6 @@
/** Whether second mouse button opens in new tab */ \
bool button_2_tab; \
\
- /* Interface colours */ \
- colour gui_colour_bg_1; /** Background (bbggrr) */ \
- colour gui_colour_fg_1; /** Foreground (bbggrr) */ \
- colour gui_colour_fg_2; /** Foreground selected (bbggrr) */ \
- \
/* system colours */ \
colour sys_colour_ActiveBorder; \
colour sys_colour_ActiveCaption; \
@@ -263,10 +258,7 @@
.max_cached_fetch_handles = 6, \
.suppress_curl_debug = true, \
.target_blank = true, \
- .button_2_tab = true, \
- .gui_colour_bg_1 = 0xFFCCBB, \
- .gui_colour_fg_1 = 0x000000, \
- .gui_colour_fg_2 = 0xFFFBF8
+ .button_2_tab = true
#define NSOPTION_MAIN_SYS_COLOUR_DEFAULTS \
.sys_colour_ActiveBorder = 0x00000000, \
@@ -362,10 +354,6 @@
{ "enable_loosening", OPTION_BOOL, &nsoptions.enable_loosening}, \
{ "enable_PDF_compression", OPTION_BOOL, &nsoptions.enable_PDF_compression}, \
{ "enable_PDF_password", OPTION_BOOL, &nsoptions.enable_PDF_password}, \
- /* Interface colours */ \
- { "gui_colour_bg_1", OPTION_COLOUR, &nsoptions.gui_colour_bg_1}, \
- { "gui_colour_fg_1", OPTION_COLOUR, &nsoptions.gui_colour_fg_1}, \
- { "gui_colour_fg_2", OPTION_COLOUR, &nsoptions.gui_colour_fg_2}, \
\
/* System colours */ \
{ "sys_colour_ActiveBorder",OPTION_COLOUR,&nsoptions.sys_colour_ActiveBorder }, \