From 94f32b83694b4a45e723d0fdfd6f4496701e56e3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 24 Oct 2014 20:45:21 +0100 Subject: Move create_form_select_menu to window gui table. --- riscos/gui.h | 1 - 1 file changed, 1 deletion(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index f402fc925..9077afeab 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -159,7 +159,6 @@ bool ro_gui_shift_pressed(void); bool ro_gui_ctrl_pressed(void); bool ro_gui_alt_pressed(void); void gui_window_set_pointer(struct gui_window *g, enum gui_pointer_shape shape); -void gui_create_form_select_menu(struct gui_window *g, struct form_control *control); /* in history.c */ void ro_gui_history_init(void); -- cgit v1.2.3