summaryrefslogtreecommitdiff
path: root/riscos/gui.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-03-04 20:46:35 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-03-04 20:46:35 +0000
commit25a995931da1be77df132f7355218e86b0d0c00d (patch)
tree8cf65d6088245971d68e567aba59c4bae66afa64 /riscos/gui.h
parentb48ed604f558dcb43a35c317c78402b429ae0542 (diff)
downloadnetsurf-25a995931da1be77df132f7355218e86b0d0c00d.tar.gz
netsurf-25a995931da1be77df132f7355218e86b0d0c00d.tar.bz2
[project @ 2006-03-04 20:46:35 by rjw]
Continue work towards favicon support. svn path=/import/netsurf/; revision=2104
Diffstat (limited to 'riscos/gui.h')
-rw-r--r--riscos/gui.h30
1 files changed, 0 insertions, 30 deletions
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