Removed IRQ support from joystick drivers.

This commit is contained in:
Oliver Schmidt 2018-02-02 12:02:52 +01:00
parent 1976d6cd32
commit f15cd3e468
1 changed files with 0 additions and 1 deletions

View 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;