diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2013-05-06 14:50:16 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2013-05-06 17:22:29 +0200 |
commit | 64fc186bb9cbb6af43d73149e9e593c48fbb0f22 (patch) | |
tree | 64d42447a5c1fe0cc4ec2d19a4359e212da260e1 /vcl | |
parent | 2b88585b59091189672695a5a2fbe2c7528d3cf3 (diff) |
Remove unused variables
Change-Id: I7881af8907c0735e4d8e8c327103c8d8488ec496
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/generic/glyphs/gcach_ftyp.cxx | 2 | ||||
-rw-r--r-- | vcl/inc/generic/glyphcache.hxx | 2 |
2 files changed, 0 insertions, 4 deletions
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), diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx index a7e52d99cd47..5345360d8c52 100644 --- a/vcl/inc/generic/glyphcache.hxx +++ b/vcl/inc/generic/glyphcache.hxx @@ -262,8 +262,6 @@ private: long mnCos; long mnSin; - int mnZWJ; - int mnZWNJ; bool mbCollectedZW; int mnWidth; |