summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-12-23 21:49:13 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-12-23 21:49:13 +0000
commit905df166b0e7ac683d26710ee6192604bd1a2328 (patch)
treee8e715022832c21e24a068165b3f84ee42512751 /riscos/gui.h
parent081217a321fd6cee427ac4d3f012b2a5d959cf13 (diff)
downloadnetsurf-905df166b0e7ac683d26710ee6192604bd1a2328.tar.gz
netsurf-905df166b0e7ac683d26710ee6192604bd1a2328.tar.bz2
Make the RISC OS front end foreground/background menu options work.
svn path=/trunk/netsurf/; revision=13333
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscos/gui.h b/riscos/gui.h
index 284ae2e44..434e569d5 100644
--- a/riscos/gui.h
+++ b/riscos/gui.h
@@ -100,7 +100,6 @@ struct gui_window {
/** Options. */
struct {
- bool background_images; /**< Display background images. */
bool buffer_animations; /**< Use screen buffering for animations. */
bool buffer_everything; /**< Use screen buffering for everything. */
} option;