From: Oliver Schmidt 
Date: Fri, 2 Feb 2018 11:02:52 +0000 (+0100)
Subject: Removed IRQ support from joystick drivers.
X-Git-Tag: V2.17~31
X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f15cd3e468f68454706b44ff167570f7fea5886b;p=cc65
Removed IRQ support from joystick drivers.
---
diff --git a/include/joystick/joy-kernel.h b/include/joystick/joy-kernel.h
index e984291f7..783508247 100644
--- a/include/joystick/joy-kernel.h
+++ b/include/joystick/joy-kernel.h
@@ -59,7 +59,6 @@ typedef struct {
     void*               uninstall;      /* UNINSTALL routine */
     void*               count;          /* COUNT routine */
     void*               read;           /* READ routine */
-    void*               irq;            /* IRQ routine */
 
 } joy_drv_header;