Module: wine Branch: master Commit: 0863a8b0a875a5c7023c2e1703d1771c06d6af21 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0863a8b0a875a5c7023c2e170...
Author: Huw Davies huw@codeweavers.com Date: Mon Jan 24 08:44:19 2022 +0000
winepulse: Remove unused member "mute".
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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;