summaryrefslogtreecommitdiff
path: root/riscos/theme.h
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-09-06 14:44:42 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-09-06 14:44:42 +0000
commit1999becb42cc639d470405e8be33bf66ab93ef81 (patch)
tree1eced958091b26e7d735d06ac188d0d6755ff853 /riscos/theme.h
parent48adbd97db7654d12dd4eea7016f7a2851fea6bb (diff)
downloadnetsurf-1999becb42cc639d470405e8be33bf66ab93ef81.tar.gz
netsurf-1999becb42cc639d470405e8be33bf66ab93ef81.tar.bz2
Finish event based GUI system transition and begin code cleanup.
svn path=/trunk/netsurf/; revision=2922
Diffstat (limited to 'riscos/theme.h')
-rw-r--r--riscos/theme.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/riscos/theme.h b/riscos/theme.h
index 7b7d209b7..687430c5d 100644
--- a/riscos/theme.h
+++ b/riscos/theme.h
@@ -154,7 +154,6 @@ void ro_gui_theme_close(struct theme_descriptor *descriptor, bool list);
struct toolbar *ro_gui_theme_create_toolbar(struct theme_descriptor *descriptor, toolbar_type type);
bool ro_gui_theme_update_toolbar(struct theme_descriptor *descriptor, struct toolbar *toolbar);
bool ro_gui_theme_attach_toolbar(struct toolbar *toolbar, wimp_w parent);
-void ro_gui_theme_resize_toolbar_status(struct toolbar *toolbar);
bool ro_gui_theme_process_toolbar(struct toolbar *toolbar, int width);
void ro_gui_theme_destroy_toolbar(struct toolbar *toolbar);