summaryrefslogtreecommitdiff
path: root/frontends/amiga/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/history.c')
-rw-r--r--frontends/amiga/history.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/frontends/amiga/history.c b/frontends/amiga/history.c
index 2210301bd..f326f917a 100644
--- a/frontends/amiga/history.c
+++ b/frontends/amiga/history.c
@@ -190,9 +190,6 @@ ami_history_global_drag_end(struct ami_corewindow *ami_cw, int x, int y)
struct gui_window_2 *gwin;
struct ami_corewindow *cw;
- if(ami_cw == ami_window_at_pointer(AMINS_COREWINDOW))
- return NSERROR_OK;
-
if(global_history_has_selection()) {
ok = global_history_get_selection(&url, &title);
}