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/hotlist.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'frontends/amiga/hotlist.c') diff --git a/frontends/amiga/hotlist.c b/frontends/amiga/hotlist.c index 422586a00..a0fd30333 100644 --- a/frontends/amiga/hotlist.c +++ b/frontends/amiga/hotlist.c @@ -242,9 +242,6 @@ ami_hotlist_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(hotlist_has_selection()) { ok = hotlist_get_selection(&url, &title); } -- cgit v1.2.3