summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph_manager.hpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-08-17 16:25:27 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-08-17 16:25:27 -0700
commit1c4266c0200dac2939faa8baa35422609d6c0881 (patch)
tree6c9b13cdd9ae36b03146c7010980355fd5efea32 /src/mbgl/text/glyph_manager.hpp
parent8ca419fb2ebbba427f2f27ba3d794fb3d6cc5797 (diff)
downloadqtlocation-mapboxgl-1c4266c0200dac2939faa8baa35422609d6c0881.tar.gz
Revert "[core] Evict unused font stacks from GlyphManager"upstream/revert-8ca419f
This reverts commit 8ca419fb2ebbba427f2f27ba3d794fb3d6cc5797.
Diffstat (limited to 'src/mbgl/text/glyph_manager.hpp')
-rw-r--r--src/mbgl/text/glyph_manager.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mbgl/text/glyph_manager.hpp b/src/mbgl/text/glyph_manager.hpp
index 642471bbf2..84db2c4be5 100644
--- a/src/mbgl/text/glyph_manager.hpp
+++ b/src/mbgl/text/glyph_manager.hpp
@@ -42,9 +42,6 @@ public:
void setObserver(GlyphManagerObserver*);
- // Remove glyphs for all but the supplied font stacks.
- void evict(const std::set<FontStack>&);
-
private:
Glyph generateLocalSDF(const FontStack& fontStack, GlyphID glyphID);