Remove unused variables
Change-Id: I7881af8907c0735e4d8e8c327103c8d8488ec496
This commit is contained in:
@@ -660,8 +660,6 @@ ServerFont::ServerFont( const FontSelectPattern& rFSD, FtFontInfo* pFI )
|
|||||||
mpNextGCFont( NULL ),
|
mpNextGCFont( NULL ),
|
||||||
mnCos( 0x10000),
|
mnCos( 0x10000),
|
||||||
mnSin( 0 ),
|
mnSin( 0 ),
|
||||||
mnZWJ( 0 ),
|
|
||||||
mnZWNJ( 0 ),
|
|
||||||
mbCollectedZW( false ),
|
mbCollectedZW( false ),
|
||||||
mnPrioEmbedded(nDefaultPrioEmbedded),
|
mnPrioEmbedded(nDefaultPrioEmbedded),
|
||||||
mnPrioAntiAlias(nDefaultPrioAntiAlias),
|
mnPrioAntiAlias(nDefaultPrioAntiAlias),
|
||||||
|
@@ -262,8 +262,6 @@ private:
|
|||||||
long mnCos;
|
long mnCos;
|
||||||
long mnSin;
|
long mnSin;
|
||||||
|
|
||||||
int mnZWJ;
|
|
||||||
int mnZWNJ;
|
|
||||||
bool mbCollectedZW;
|
bool mbCollectedZW;
|
||||||
|
|
||||||
int mnWidth;
|
int mnWidth;
|
||||||
|
Reference in New Issue
Block a user