=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: control: Remove unused string ( Clang).

Alexandre Julliard julliard at wine.codeweavers.com
Tue Nov 25 12:54:01 CST 2014


Module: wine
Branch: master
Commit: 07b276e07e43a2b10307b79ad600c35bd810c6dc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=07b276e07e43a2b10307b79ad600c35bd810c6dc

Author: André Hentschel <nerv at 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};




More information about the wine-cvs mailing list