From 074afb43f424d671ce6d00b140df851a26f3ddd7 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 8 Jan 2017 01:55:45 +0000 Subject: Process in-window scrollbars using IDCMPUPDATE too --- frontends/amiga/corewindow.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'frontends/amiga/corewindow.c') diff --git a/frontends/amiga/corewindow.c b/frontends/amiga/corewindow.c index 1bfd6c4c6..548ecac86 100644 --- a/frontends/amiga/corewindow.c +++ b/frontends/amiga/corewindow.c @@ -689,22 +689,6 @@ ami_cw_event(void *w) return TRUE; break; - case WMHI_GADGETUP: - switch(result & WMHI_GADGETMASK) { - case GID_CW_HSCROLL: - case GID_CW_VSCROLL: - ami_cw_redraw(ami_cw, NULL); - break; - - default: - /* pass the event to the window owner */ - if(ami_cw->event != NULL) - if(ami_cw->event(ami_cw, result) == TRUE) { - return TRUE; - } - break; - } - default: /* pass the event to the window owner */ if(ami_cw->event != NULL) -- cgit v1.2.3