From 64fc186bb9cbb6af43d73149e9e593c48fbb0f22 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Mon, 6 May 2013 14:50:16 +0200 Subject: Remove unused variables Change-Id: I7881af8907c0735e4d8e8c327103c8d8488ec496 --- vcl/generic/glyphs/gcach_ftyp.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'vcl/generic/glyphs') diff --git a/vcl/generic/glyphs/gcach_ftyp.cxx b/vcl/generic/glyphs/gcach_ftyp.cxx index c1d6ddba2783..a839cc506c24 100644 --- a/vcl/generic/glyphs/gcach_ftyp.cxx +++ b/vcl/generic/glyphs/gcach_ftyp.cxx @@ -660,8 +660,6 @@ ServerFont::ServerFont( const FontSelectPattern& rFSD, FtFontInfo* pFI ) mpNextGCFont( NULL ), mnCos( 0x10000), mnSin( 0 ), - mnZWJ( 0 ), - mnZWNJ( 0 ), mbCollectedZW( false ), mnPrioEmbedded(nDefaultPrioEmbedded), mnPrioAntiAlias(nDefaultPrioAntiAlias), -- cgit