Module: wine Branch: master Commit: 07b276e07e43a2b10307b79ad600c35bd810c6dc URL: http://source.winehq.org/git/wine.git/?a=commit;h=07b276e07e43a2b10307b79ad6...
Author: André Hentschel nerv@dawncrow.de Date: Fri Nov 21 20:58:39 2014 +0100
control: Remove unused string (Clang).
---
programs/control/control.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/programs/control/control.c b/programs/control/control.c index 49f006c..9f9005f 100644 --- a/programs/control/control.c +++ b/programs/control/control.c @@ -40,7 +40,6 @@ static const WCHAR szP_PRINTERS [] = {'P','R','I','N','T','E','R','S',0}; static const WCHAR szC_COLOR[] = {'d','e','s','k','.','c','p','l',',',',','2',0}; static const WCHAR szC_DATETIME[] = {'t','i','m','e','d','a','t','e','.','c','p','l',0}; static const WCHAR szC_DESKTOP[] = {'d','e','s','k','.','c','p','l',0}; -static const WCHAR szC_FONTS[] = {'m','a','i','n','.','c','p','l',' ','@','3',0}; static const WCHAR szC_INTERNATIONAL[] = {'i','n','t','l','.','c','p','l',0}; static const WCHAR szC_KEYBOARD[] = {'m','a','i','n','.','c','p','l',' ','@','1',0}; static const WCHAR szC_MOUSE[] = {'m','a','i','n','.','c','p','l',0};