qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 18/30] audio: Remove unused fields


From: Gerd Hoffmann
Subject: [Qemu-devel] [PULL 18/30] audio: Remove unused fields
Date: Thu, 4 May 2017 09:17:59 +0200

From: Juan Quintela <address@hidden>

These were used for the remove stuff.

Signed-off-by: Juan Quintela <address@hidden>
Message-id: address@hidden
Signed-off-by: Gerd Hoffmann <address@hidden>
---
 hw/audio/fmopl.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/hw/audio/fmopl.h b/hw/audio/fmopl.h
index df790a0b7d..8730ead531 100644
--- a/hw/audio/fmopl.h
+++ b/hw/audio/fmopl.h
@@ -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   */
-- 
2.9.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]