From 25a995931da1be77df132f7355218e86b0d0c00d Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 4 Mar 2006 20:46:35 +0000 Subject: [project @ 2006-03-04 20:46:35 by rjw] Continue work towards favicon support. svn path=/import/netsurf/; revision=2104 --- riscos/gui.h | 30 ------------------------------ 1 file changed, 30 deletions(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index e4d70bca3..c6266bc9a 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -217,36 +217,6 @@ void ro_plot_set_scale(float scale); /* in theme_install.c */ bool ro_gui_theme_install_apply(wimp_w w); -/* icon numbers for browser toolbars */ -#define ICON_TOOLBAR_BACK 0 -#define ICON_TOOLBAR_FORWARD 1 -#define ICON_TOOLBAR_STOP 2 -#define ICON_TOOLBAR_RELOAD 3 -#define ICON_TOOLBAR_HOME 4 -#define ICON_TOOLBAR_HISTORY 5 -#define ICON_TOOLBAR_SAVE 6 -#define ICON_TOOLBAR_PRINT 7 -#define ICON_TOOLBAR_BOOKMARK 8 -#define ICON_TOOLBAR_SCALE 9 -#define ICON_TOOLBAR_SEARCH 10 -#define ICON_TOOLBAR_URL 11 // Must be after highest toolbar icon -#define ICON_TOOLBAR_THROBBER 12 -#define ICON_TOOLBAR_SUGGEST 13 - -/* icon numbers for hotlist/history toolbars */ -#define ICON_TOOLBAR_DELETE 0 -#define ICON_TOOLBAR_EXPAND 1 -#define ICON_TOOLBAR_OPEN 2 -#define ICON_TOOLBAR_LAUNCH 3 -#define ICON_TOOLBAR_HISTORY_LAST 4 -#define ICON_TOOLBAR_CREATE 4 // must be after last history icon -#define ICON_TOOLBAR_HOTLIST_LAST 5 - -/* editing toolbar separator number */ -#define ICON_TOOLBAR_SEPARATOR_BROWSER 11 -#define ICON_TOOLBAR_SEPARATOR_HOTLIST 5 -#define ICON_TOOLBAR_SEPARATOR_HISTORY 4 - /* icon numbers for toolbar status window */ #define ICON_STATUS_RESIZE 0 #define ICON_STATUS_TEXT 1 -- cgit v1.2.3