summaryrefslogtreecommitdiff
path: root/frontends/amiga/history.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-07 17:43:45 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2017-01-07 17:43:45 +0000
commit83840dca49ef6f720e825606555db19b2b659cc6 (patch)
tree19384b373d6f7bfa50fa841989812cb504b7caed /frontends/amiga/history.c
parenta4bedbbaebec62294bcf6e7210c4c2b0b64f936c (diff)
downloadnetsurf-83840dca49ef6f720e825606555db19b2b659cc6.tar.gz
netsurf-83840dca49ef6f720e825606555db19b2b659cc6.tar.bz2
Possibly slightly less but still definitely broken drag handling
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);
}