From 1999becb42cc639d470405e8be33bf66ab93ef81 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Wed, 6 Sep 2006 14:44:42 +0000 Subject: Finish event based GUI system transition and begin code cleanup. svn path=/trunk/netsurf/; revision=2922 --- riscos/theme.h | 1 - 1 file changed, 1 deletion(-) (limited to 'riscos/theme.h') 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); -- cgit v1.2.3