summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-18 13:12:30 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-18 15:48:29 +0100
commit85147fabdbdec809c9ecf1582adbdb03f00c42c6 (patch)
treebcf1f260d7e42f8e2508b973a965cff9a1f89ba4 /vcl
parente745ff93d0e15e831bb857c1881af6250f37911d (diff)
USE_BUILTIN_RASTERIZER is never set
Diffstat (limited to 'vcl')
-rwxr-xr-xvcl/source/gdi/outdev3.cxx8
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
}
// =======================================================================