Module: wine Branch: master Commit: 45bd6336c2bd8b4265b292c1c34bdc175cd2a758 URL: http://source.winehq.org/git/wine.git/?a=commit;h=45bd6336c2bd8b4265b292c1c3...
Author: Andrew Talbot Andrew.Talbot@talbotville.com Date: Mon Jan 8 20:38:12 2007 +0000
gdi32: Remove unused variables.
---
dlls/gdi32/freetype.c | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-)
diff --git a/dlls/gdi32/freetype.c b/dlls/gdi32/freetype.c index b9a46bc..0e5d7e6 100644 --- a/dlls/gdi32/freetype.c +++ b/dlls/gdi32/freetype.c @@ -339,16 +339,10 @@ static struct list font_subst_list = LIS
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'};