--- hatari/src/includes/ikbd.h 2019/04/01 07:15:28 1.1.1.8 +++ hatari/src/includes/ikbd.h 2019/04/09 08:49:30 1.1.1.9 @@ -11,13 +11,6 @@ #include /* Needed for SDLK_LAST */ -/* Keyboard Command */ -typedef struct { - Uint8 Command; - Uint8 NumParameters; - void (*pCallFunction)(void); -} IKBD_COMMAND_PARAMS; - /* Keyboard processor details */ typedef struct {