Commit 04a260fa authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent b295ba36
...@@ -192,9 +192,6 @@ typedef struct _SessionMgr { ...@@ -192,9 +192,6 @@ typedef struct _SessionMgr {
IMMDevice *device; IMMDevice *device;
} SessionMgr; } 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','\\', 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','\\','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}; 'w','i','n','e','c','o','r','e','a','u','d','i','o','.','d','r','v','\\','d','e','v','i','c','e','s',0};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment