From: André Hentschel Subject: winecfg: Remove unused strings (Clang) Message-Id: <546F996F.2060905@dawncrow.de> Date: Fri, 21 Nov 2014 20:58:39 +0100 --- programs/winecfg/x11drvdlg.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/programs/winecfg/x11drvdlg.c b/programs/winecfg/x11drvdlg.c index 8d914ad..809068e 100644 --- a/programs/winecfg/x11drvdlg.c +++ b/programs/winecfg/x11drvdlg.c @@ -51,8 +51,6 @@ static const WCHAR defaultW[] = {'D','e','f','a','u','l','t',0}; static const WCHAR explorerW[] = {'E','x','p','l','o','r','e','r',0}; static const WCHAR explorer_desktopsW[] = {'E','x','p','l','o','r','e','r','\\', 'D','e','s','k','t','o','p','s',0}; -static const WCHAR x11_driverW[] = {'X','1','1',' ','D','r','i','v','e','r',0}; -static const WCHAR default_resW[] = {'8','0','0','x','6','0','0',0}; static BOOL updating_ui;