diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-18 13:12:30 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-18 15:48:29 +0100 |
commit | 85147fabdbdec809c9ecf1582adbdb03f00c42c6 (patch) | |
tree | bcf1f260d7e42f8e2508b973a965cff9a1f89ba4 /vcl | |
parent | e745ff93d0e15e831bb857c1881af6250f37911d (diff) |
USE_BUILTIN_RASTERIZER is never set
Diffstat (limited to 'vcl')
-rwxr-xr-x | vcl/source/gdi/outdev3.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vcl/source/gdi/outdev3.cxx b/vcl/source/gdi/outdev3.cxx index 5393bafb38e6..aa0c77fda2dd 100755 --- a/vcl/source/gdi/outdev3.cxx +++ b/vcl/source/gdi/outdev3.cxx @@ -77,9 +77,6 @@ #ifdef ENABLE_GRAPHITE #include "graphite_features.hxx" #endif -#ifdef USE_BUILTIN_RASTERIZER -#include "glyphcache.hxx" -#endif #include "pdfwriter_impl.hxx" @@ -2833,11 +2830,6 @@ void ImplFontCache::Invalidate() maFontInstanceList.clear(); DBG_ASSERT( (mnRef0Count==0), "ImplFontCache::Invalidate() - mnRef0Count non-zero" ); - -#ifdef USE_BUILTIN_RASTERIZER - // TODO: eventually move into SalGraphics layer - GlyphCache::GetInstance().InvalidateAllGlyphs(); -#endif } // ======================================================================= |