diff options
author | Juan Quintela <quintela@redhat.com> | 2017-04-26 00:37:35 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-05-04 09:16:05 +0200 |
commit | e14e09c945fbca5dd0a01f689c70538d827734fb (patch) | |
tree | 802df1bfc1ce3ba5eaa97ed828f518152a8f6d43 /hw/audio/fmopl.h | |
parent | ade339896b7b6f660a7765e398b373b9b80a6258 (diff) |
audio: IRQHandler is not used anymore
Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-id: 20170425223739.6703-23-quintela@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/audio/fmopl.h')
-rw-r--r-- | hw/audio/fmopl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/audio/fmopl.h b/hw/audio/fmopl.h index 446de08d15..b1641f56de 100644 --- a/hw/audio/fmopl.h +++ b/hw/audio/fmopl.h @@ -92,8 +92,6 @@ typedef struct fm_opl_f { /* external event callback handler */ OPL_TIMERHANDLER TimerHandler; /* TIMER handler */ int TimerParam; /* TIMER parameter */ - OPL_IRQHANDLER IRQHandler; /* IRQ handler */ - int IRQParam; /* IRQ parameter */ OPL_UPDATEHANDLER UpdateHandler; /* stream update handler */ int UpdateParam; /* stream update parameter */ } FM_OPL; |