From 55e5f8090327573bc8f837f6fdaedbf8a0cd7eb5 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 22 Apr 2006 22:42:44 +0000 Subject: Remove redundant mouseaction code. svn path=/trunk/netsurf/; revision=2553 --- makefile | 2 +- riscos/gui.h | 3 --- riscos/options.h | 1 - 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/makefile b/makefile index 217f9a2d0..74bea0230 100644 --- a/makefile +++ b/makefile @@ -36,7 +36,7 @@ OBJECTS_RISCOS += 401login.o artworks.o assert.o awrender.o bitmap.o \ buffer.o configure.o debugwin.o \ dialog.o download.o draw.o filetype.o font.o \ global_history.o gui.o help.o history.o hotlist.o image.o \ - menus.o message.o mouseactions.o palettes.o plotters.o plugin.o print.o \ + menus.o message.o palettes.o plotters.o plugin.o print.o \ query.o save.o save_complete.o save_draw.o save_text.o \ schedule.o search.o sprite.o sslcert.o textselection.o theme.o \ theme_install.o thumbnail.o treeview.o ucstables.o uri.o \ diff --git a/riscos/gui.h b/riscos/gui.h index c33ced343..6b1451df5 100644 --- a/riscos/gui.h +++ b/riscos/gui.h @@ -118,9 +118,6 @@ bool ro_gui_download_window_destroy(struct gui_download_window *dw, bool quit); bool ro_gui_download_prequit(void); bool ro_gui_download_window_keypress(struct gui_download_window *dw, wimp_key *key); -/* in mouseactions.c */ -void ro_gui_mouse_action(struct gui_window *g); - /* in 401login.c */ #ifdef WITH_AUTH void ro_gui_401login_init(void); diff --git a/riscos/options.h b/riscos/options.h index de7d5e0e9..a968fcd89 100644 --- a/riscos/options.h +++ b/riscos/options.h @@ -17,7 +17,6 @@ #include "netsurf/desktop/options.h" #include "netsurf/riscos/tinct.h" -extern bool option_use_mouse_gestures; extern bool option_allow_text_selection; extern char *option_theme; extern char *option_language; -- cgit v1.2.3