summaryrefslogtreecommitdiff
path: root/include/llmr/text/glyph.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/llmr/text/glyph.hpp')
-rw-r--r--include/llmr/text/glyph.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llmr/text/glyph.hpp b/include/llmr/text/glyph.hpp
index e6138e712e..8f9024a90b 100644
--- a/include/llmr/text/glyph.hpp
+++ b/include/llmr/text/glyph.hpp
@@ -43,8 +43,6 @@ struct Glyph {
};
typedef std::map<uint32_t, Glyph> GlyphPositions;
-typedef std::map<std::string, GlyphPositions> Faces;
-typedef std::vector<const GlyphPositions *> IndexedFaces;
class GlyphPlacement {
public: