Remove unused variables

Change-Id: I7881af8907c0735e4d8e8c327103c8d8488ec496
This commit is contained in:
Khaled Hosny
2013-05-06 14:50:16 +02:00
parent 2b88585b59
commit 64fc186bb9
2 changed files with 0 additions and 4 deletions

View File

@@ -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),

View File

@@ -262,8 +262,6 @@ private:
long mnCos;
long mnSin;
int mnZWJ;
int mnZWNJ;
bool mbCollectedZW;
int mnWidth;