OSDN Git Service

audio: Remove unused fields
authorJuan Quintela <quintela@redhat.com>
Tue, 25 Apr 2017 22:37:27 +0000 (00:37 +0200)
committerGerd Hoffmann <kraxel@redhat.com>
Thu, 4 May 2017 07:16:04 +0000 (09:16 +0200)
These were used for the remove stuff.

Signed-off-by: Juan Quintela <quintela@redhat.com>
Message-id: 20170425223739.6703-15-quintela@redhat.com
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/audio/fmopl.h

index df790a0..8730ead 100644 (file)
@@ -76,12 +76,6 @@ typedef struct fm_opl_f {
        int     max_ch;                 /* maximum channel                   */
        /* Rhythm sention */
        uint8_t rhythm;         /* Rhythm mode , key flag */
-       OPL_PORTHANDLER_R porthandler_r;
-       OPL_PORTHANDLER_W porthandler_w;
-       int port_param;
-       OPL_PORTHANDLER_R keyboardhandler_r;
-       OPL_PORTHANDLER_W keyboardhandler_w;
-       int keyboard_param;
        /* time tables */
        int32_t AR_TABLE[75];   /* atttack rate tables */
        int32_t DR_TABLE[75];   /* decay rate tables   */