wineoss.drv: Remove unused string (Clang).
This commit is contained in:
parent
ef9562a42f
commit
d12e65af70
|
@ -150,9 +150,6 @@ typedef struct _OSSDevice {
|
|||
|
||||
static struct list g_devices = LIST_INIT(g_devices);
|
||||
|
||||
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','o','s','s','.','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','o','s','s','.','d','r','v','\\','d','e','v','i','c','e','s',0};
|
||||
|
|
Loading…
Reference in New Issue