summaryrefslogtreecommitdiff
path: root/riscos/mouseactions.c
diff options
context:
space:
mode:
Diffstat (limited to 'riscos/mouseactions.c')
-rw-r--r--riscos/mouseactions.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/riscos/mouseactions.c b/riscos/mouseactions.c
index 2fa00d946..6b9d2c483 100644
--- a/riscos/mouseactions.c
+++ b/riscos/mouseactions.c
@@ -56,12 +56,12 @@ void ro_gui_mouse_action(gui_window *g) {
break;
case mouseaction_RELOAD:
- browser_window_open_location_historical(g->data.browser.bw,
+/* browser_window_open_location_historical(g->data.browser.bw,
g->data.browser.bw->url
#ifdef WITH_POST
, 0, 0
#endif
- );
+ );*/
break;
default: break;