Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created August 14, 2012 17:05
Show Gist options
  • Save springmeyer/3350892 to your computer and use it in GitHub Desktop.
Save springmeyer/3350892 to your computer and use it in GitHub Desktop.
diff --git a/include/mapnik/font_engine_freetype.hpp b/include/mapnik/font_engine_freetype.hpp
index b1d7b34..5edc5b0 100644
--- a/include/mapnik/font_engine_freetype.hpp
+++ b/include/mapnik/font_engine_freetype.hpp
@@ -283,7 +283,7 @@ public:
face_ptr face = engine_.create_face(name);
if (face)
{
- face_ptr_cache_.insert(make_pair(name,face));
+ //face_ptr_cache_.insert(make_pair(name,face));
}
return face;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment