summaryrefslogtreecommitdiff
path: root/frontends/amiga/corewindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/amiga/corewindow.c')
-rw-r--r--frontends/amiga/corewindow.c16
1 files changed, 0 insertions, 16 deletions
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)