summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/browser.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/desktop/browser.c b/desktop/browser.c
index 014a5e2e9..8728a6170 100644
--- a/desktop/browser.c
+++ b/desktop/browser.c
@@ -1672,9 +1672,6 @@ void browser_window_mouse_track(struct browser_window *bw,
if (c == NULL && bw->drag_type != DRAGGING_FRAME)
return;
- /* detect end of drag operation in case the platform-specific code
- doesn't call browser_mouse_drag_end() (RISC OS code does) */
-
if (bw->drag_type != DRAGGING_NONE && !mouse) {
browser_window_mouse_drag_end(bw, mouse, x, y);
}