]> git.sur5r.net Git - cc65/blobdiff - include/joystick/joy-kernel.h
Document style clean-up.
[cc65] / include / joystick / joy-kernel.h
index e984291f7b37532c474b52030920d7057d4add96..783508247e76daf7267dd8b0b26abdb392eec648 100644 (file)
@@ -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;