Francois Gouget : winecoreaudio.drv: The drv_keyW variable is unused so remove it.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Mar 13 08:44:25 CDT 2015


Module: wine
Branch: master
Commit: 04a260faa258ff8e74d9a5714a2ee50f1e048e9d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=04a260faa258ff8e74d9a5714a2ee50f1e048e9d

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Mar 13 10:35:47 2015 +0100

winecoreaudio.drv: The drv_keyW variable is unused so remove it.

---

 dlls/winecoreaudio.drv/mmdevdrv.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dlls/winecoreaudio.drv/mmdevdrv.c b/dlls/winecoreaudio.drv/mmdevdrv.c
index f8ca7b7..60ff3d9 100644
--- a/dlls/winecoreaudio.drv/mmdevdrv.c
+++ b/dlls/winecoreaudio.drv/mmdevdrv.c
@@ -192,9 +192,6 @@ typedef struct _SessionMgr {
     IMMDevice *device;
 } SessionMgr;
 
-static const WCHAR drv_keyW[] = {'S','o','f','t','w','a','r','e','\\',
-    'W','i','n','e','\\','D','r','i','v','e','r','s','\\',
-    'w','i','n','e','c','o','r','e','a','u','d','i','o','.','d','r','v',0};
 static const WCHAR drv_key_devicesW[] = {'S','o','f','t','w','a','r','e','\\',
     'W','i','n','e','\\','D','r','i','v','e','r','s','\\',
     'w','i','n','e','c','o','r','e','a','u','d','i','o','.','d','r','v','\\','d','e','v','i','c','e','s',0};




More information about the wine-cvs mailing list