diff options
Diffstat (limited to 'vcl/inc/generic/glyphcache.hxx')
-rw-r--r-- | vcl/inc/generic/glyphcache.hxx | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/vcl/inc/generic/glyphcache.hxx b/vcl/inc/generic/glyphcache.hxx index eb708d6f8756..722e6b1b9d33 100644 --- a/vcl/inc/generic/glyphcache.hxx +++ b/vcl/inc/generic/glyphcache.hxx @@ -125,18 +125,6 @@ private: Size maSize; }; -// the glyph specific data needed by a GlyphCachePeer is usually trivial, -// not attaching it to the corresponding GlyphData would be overkill; -// this is currently only used by the headless (aka svp) plugin, where meInfo is -// basebmp::Format and mpData is SvpGcpHelper* -struct ExtGlyphData -{ - basebmp::Format meInfo; - SvpGcpHelper* mpData; - - ExtGlyphData() : meInfo(basebmp::Format::NONE), mpData(nullptr) {} -}; - class GlyphData { public: @@ -234,8 +222,6 @@ private: long mnCos; long mnSin; - bool mbCollectedZW; - int mnWidth; int mnPrioEmbedded; int mnPrioAntiAlias; |