Kaydet (Commit) 64fc186b authored tarafından Khaled Hosny's avatar Khaled Hosny

Remove unused variables

Change-Id: I7881af8907c0735e4d8e8c327103c8d8488ec496
üst 2b88585b
...@@ -660,8 +660,6 @@ ServerFont::ServerFont( const FontSelectPattern& rFSD, FtFontInfo* pFI ) ...@@ -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: ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment