[PATCH] winepulse: Remove unused member "mute".

Huw Davies huw at codeweavers.com
Mon Jan 24 02:44:19 CST 2022


Signed-off-by: Huw Davies <huw at codeweavers.com>
---
 dlls/winepulse.drv/pulse.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/winepulse.drv/pulse.c b/dlls/winepulse.drv/pulse.c
index 356f68e0db2..f32f2a3d26c 100644
--- a/dlls/winepulse.drv/pulse.c
+++ b/dlls/winepulse.drv/pulse.c
@@ -56,7 +56,6 @@ struct pulse_stream
     AUDCLNT_SHAREMODE share;
     HANDLE event;
     float vol[PA_CHANNELS_MAX];
-    BOOL mute;
 
     INT32 locked;
     BOOL started;
-- 
2.25.1




More information about the wine-devel mailing list