Remove unused variables
Change-Id: I7881af8907c0735e4d8e8c327103c8d8488ec496
This commit is contained in:
@@ -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),
|
||||
|
@@ -262,8 +262,6 @@ private:
|
||||
long mnCos;
|
||||
long mnSin;
|
||||
|
||||
int mnZWJ;
|
||||
int mnZWNJ;
|
||||
bool mbCollectedZW;
|
||||
|
||||
int mnWidth;
|
||||
|
Reference in New Issue
Block a user