Module: wine Branch: master Commit: aa59d5b7bc3059d18e34149388bfb67c37da7495 URL: http://source.winehq.org/git/wine.git/?a=commit;h=aa59d5b7bc3059d18e34149388...
Author: André Hentschel nerv@dawncrow.de Date: Fri Nov 21 20:58:39 2014 +0100
winecfg: Remove unused strings (Clang).
---
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;