André Hentschel : wineoss.drv: Remove unused string ( Clang).
Module: wine Branch: master Commit: d12e65af70d9c17e4082365dae05fdb73aec3526 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d12e65af70d9c17e4082365dae... Author: André Hentschel <nerv(a)dawncrow.de> Date: Wed Dec 3 23:53:48 2014 +0100 wineoss.drv: Remove unused string (Clang). --- dlls/wineoss.drv/mmdevdrv.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/wineoss.drv/mmdevdrv.c b/dlls/wineoss.drv/mmdevdrv.c index ce95138..d64fa54 100644 --- a/dlls/wineoss.drv/mmdevdrv.c +++ b/dlls/wineoss.drv/mmdevdrv.c @@ -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};
participants (1)
-
Alexandre Julliard