From 83840dca49ef6f720e825606555db19b2b659cc6 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 7 Jan 2017 17:43:45 +0000 Subject: Possibly slightly less but still definitely broken drag handling --- frontends/amiga/history.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'frontends/amiga/history.c') 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); } -- cgit v1.2.3