From 32db7e04d0c3bd255b2e8aa7dbd7c2b884b35614 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Thu, 9 Dec 2004 10:30:44 +0000 Subject: [project @ 2004-12-09 10:30:43 by rjw] Re-implementation of hotlist via general tree code. Animations can be stopped once more. Purged a few xcalloc() calls. svn path=/import/netsurf/; revision=1394 --- 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 932486569..7ec661451 100644 --- a/riscos/options.h +++ b/riscos/options.h @@ -31,7 +31,6 @@ extern bool option_toolbar_show_status; extern bool option_toolbar_show_buttons; extern bool option_toolbar_show_address; extern bool option_toolbar_show_throbber; -extern bool option_animate_images; extern int option_window_x; extern int option_window_y; extern int option_window_width; @@ -88,7 +87,6 @@ bool option_toolbar_show_status = true; \ bool option_toolbar_show_buttons = true; \ bool option_toolbar_show_address = true; \ bool option_toolbar_show_throbber = true; \ -bool option_animate_images = true; \ int option_window_x = 0; \ int option_window_y = 0; \ int option_window_width = 0; \ @@ -145,7 +143,6 @@ bool option_font_ufont = false; { "toolbar_show_buttons", OPTION_BOOL, &option_toolbar_show_buttons }, \ { "toolbar_show_address", OPTION_BOOL, &option_toolbar_show_address }, \ { "toolbar_show_throbber", OPTION_BOOL, &option_toolbar_show_throbber }, \ -{ "animate_images", OPTION_BOOL, &option_animate_images }, \ { "window_x", OPTION_INTEGER, &option_window_x }, \ { "window_y", OPTION_INTEGER, &option_window_y }, \ { "window_width", OPTION_INTEGER, &option_window_width }, \ -- cgit v1.2.3