summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-04-22 22:42:44 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-04-22 22:42:44 +0000
commit55e5f8090327573bc8f837f6fdaedbf8a0cd7eb5 (patch)
treed0998e6805601518b403cce16f6577be78236924
parentf4ceffe90b7e6d49ab2332c0495f7dc5f1d58233 (diff)
downloadnetsurf-55e5f8090327573bc8f837f6fdaedbf8a0cd7eb5.tar.gz
netsurf-55e5f8090327573bc8f837f6fdaedbf8a0cd7eb5.tar.bz2
Remove redundant mouseaction code.
svn path=/trunk/netsurf/; revision=2553
-rw-r--r--makefile2
-rw-r--r--riscos/gui.h3
-rw-r--r--riscos/options.h1
3 files changed, 1 insertions, 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;