Commit d12e65af authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

wineoss.drv: Remove unused string (Clang).

parent ef9562a4
......@@ -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};
......
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