From 1bd8727c69be621c3820702253a0aa1a90f436ea Mon Sep 17 00:00:00 2001 From: Andrew Duffell Date: Tue, 13 Apr 2004 21:57:12 +0000 Subject: [project @ 2004-04-13 21:57:12 by andrew] removal of redundant options bor browser svn path=/import/netsurf/; revision=776 --- riscos/gui.h | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/riscos/gui.h b/riscos/gui.h index bb69288d1..7cded2a19 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -195,20 +195,16 @@ void schedule_run(void); #define ICON_CONFIG_BR_OK 0 #define ICON_CONFIG_BR_CANCEL 1 -#define ICON_CONFIG_BR_EXPLAIN 2 -#define ICON_CONFIG_BR_GESTURES 3 -#define ICON_CONFIG_BR_TEXT 4 -#define ICON_CONFIG_BR_TOOLBAR 5 -#define ICON_CONFIG_BR_FONTSIZE 7 -#define ICON_CONFIG_BR_FONTSIZE_DEC 8 -#define ICON_CONFIG_BR_FONTSIZE_INC 9 -#define ICON_CONFIG_BR_MINSIZE 11 -#define ICON_CONFIG_BR_MINSIZE_DEC 12 -#define ICON_CONFIG_BR_MINSIZE_INC 13 -#define ICON_CONFIG_BR_LANG 15 -#define ICON_CONFIG_BR_LANG_PICK 16 -#define ICON_CONFIG_BR_ALANG 19 -#define ICON_CONFIG_BR_ALANG_PICK 20 +#define ICON_CONFIG_BR_FONTSIZE 2 +#define ICON_CONFIG_BR_FONTSIZE_DEC 4 +#define ICON_CONFIG_BR_FONTSIZE_INC 5 +#define ICON_CONFIG_BR_MINSIZE 7 +#define ICON_CONFIG_BR_MINSIZE_DEC 8 +#define ICON_CONFIG_BR_MINSIZE_INC 9 +#define ICON_CONFIG_BR_LANG 11 +#define ICON_CONFIG_BR_LANG_PICK 12 +#define ICON_CONFIG_BR_ALANG 15 +#define ICON_CONFIG_BR_ALANG_PICK 16 #define ICON_CONFIG_PROX_OK 0 #define ICON_CONFIG_PROX_CANCEL 1 -- cgit v1.2.3