From 02a8722cc66980069afe7c674dbb93710846a07f Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 8 Sep 2006 16:57:26 +0000 Subject: Fix 1553282. svn path=/trunk/netsurf/; revision=2932 --- riscos/gui.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'riscos/gui.h') diff --git a/riscos/gui.h b/riscos/gui.h index ea63558b0..ab31e7b1d 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -158,7 +158,6 @@ bool ro_gui_shift_pressed(void); bool ro_gui_ctrl_pressed(void); void ro_gui_window_scroll_end(struct gui_window *g, wimp_dragged *drag); void ro_gui_window_frame_resize_end(struct gui_window *g, wimp_dragged *drag); -void ro_gui_window_set_scale(struct gui_window *g, float scale); void ro_gui_window_iconise(struct gui_window *g, wimp_full_message_window_info *wi); bool ro_gui_window_navigate_up(struct gui_window *g, const char *url); @@ -222,16 +221,6 @@ bool ro_gui_theme_install_apply(wimp_w w); #define ICON_STATUS_RESIZE 0 #define ICON_STATUS_TEXT 1 -#define ICON_ZOOM_VALUE 1 -#define ICON_ZOOM_DEC 2 -#define ICON_ZOOM_INC 3 -#define ICON_ZOOM_75 5 -#define ICON_ZOOM_100 6 -#define ICON_ZOOM_150 7 -#define ICON_ZOOM_200 8 -#define ICON_ZOOM_CANCEL 9 -#define ICON_ZOOM_OK 10 - #define ICON_SAVE_ICON 0 #define ICON_SAVE_PATH 1 #define ICON_SAVE_OK 2 -- cgit v1.2.3