From 45bd6336c2bd8b4265b292c1c34bdc175cd2a758 Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Mon, 8 Jan 2007 20:38:12 +0000 Subject: [PATCH] gdi32: Remove unused variables. --- dlls/gdi32/freetype.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c index b9a46bc26c3..0e5d7e6511b 100644 --- a/dlls/gdi32/freetype.c +++ b/dlls/gdi32/freetype.c @@ -339,16 +339,10 @@ static struct list font_subst_list = LIST_INIT(font_subst_list); 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'};