gdi32: Remove unused variables

Andrew Talbot Andrew.Talbot at talbotville.com
Mon Jan 8 14:38:12 CST 2007


Changelog:
    gdi32: Remove unused variables.

diff -urN a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c
--- a/dlls/gdi32/freetype.c	2006-12-22 14:43:36.000000000 +0000
+++ b/dlls/gdi32/freetype.c	2007-01-08 18:58:11.000000000 +0000
@@ -339,16 +339,10 @@
 
 static struct list font_list = LIST_INIT(font_list);
 
-static const WCHAR defSerif[] = {'T','i','m','e','s',' ','N','e','w',' ',
-			   'R','o','m','a','n','\0'};
+static const WCHAR defSerif[] = {'T','i','m','e','s',' ','N','e','w',' ','R','o','m','a','n','\0'};
 static const WCHAR defSans[] = {'M','S',' ','S','a','n','s',' ','S','e','r','i','f','\0'};
 static const WCHAR defFixed[] = {'C','o','u','r','i','e','r',' ','N','e','w','\0'};
 
-static const WCHAR defSystem[] = {'S','y','s','t','e','m','\0'};
-static const WCHAR SystemW[] = {'S','y','s','t','e','m','\0'};
-static const WCHAR MSSansSerifW[] = {'M','S',' ','S','a','n','s',' ',
-			       'S','e','r','i','f','\0'};
-static const WCHAR HelvW[] = {'H','e','l','v','\0'};
 static const WCHAR RegularW[] = {'R','e','g','u','l','a','r','\0'};
 
 static const WCHAR fontsW[] = {'\\','F','o','n','t','s','\0'};



More information about the wine-patches mailing list