From d8c19f2e13dfdc404a357163ee75a35396ad5af6 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sun, 10 Apr 2005 23:26:17 +0000 Subject: [project @ 2005-04-10 23:26:17 by rjw] Remove screen cache, workaround SpriteExtend bug. svn path=/import/netsurf/; revision=1622 --- riscos/options.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'riscos/options.h') diff --git a/riscos/options.h b/riscos/options.h index 559be505b..2f1b76229 100644 --- a/riscos/options.h +++ b/riscos/options.h @@ -59,7 +59,6 @@ extern int option_font_default; /* a css_font_family */ extern char *option_font_default_italic; extern char *option_font_default_bold; extern char *option_font_default_bold_italic; -extern int option_screen_cache; extern bool option_block_popups; extern bool option_url_suggestion; @@ -102,7 +101,6 @@ char *option_font_mono = 0; \ char *option_font_cursive = 0; \ char *option_font_fantasy = 0; \ int option_font_default = CSS_FONT_FAMILY_SANS_SERIF; \ -int option_screen_cache = 0; \ bool option_block_popups = false; \ bool option_url_suggestion = true; @@ -145,7 +143,6 @@ bool option_url_suggestion = true; { "font_cursive", OPTION_STRING, &option_font_cursive }, \ { "font_fantasy", OPTION_STRING, &option_font_fantasy }, \ { "font_default", OPTION_INTEGER, &option_font_default }, \ -{ "screen_cache", OPTION_INTEGER, &option_screen_cache }, \ { "block_popups", OPTION_BOOL, &option_block_popups }, \ { "url_suggestion", OPTION_BOOL, &option_url_suggestion } -- cgit v1.2.3