summaryrefslogtreecommitdiff
path: root/src/mbgl/text/glyph.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/text/glyph.hpp')
-rw-r--r--src/mbgl/text/glyph.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mbgl/text/glyph.hpp b/src/mbgl/text/glyph.hpp
index 7d6415c057..5105528512 100644
--- a/src/mbgl/text/glyph.hpp
+++ b/src/mbgl/text/glyph.hpp
@@ -88,8 +88,6 @@ class Shaping {
float right = 0;
WritingModeType writingMode;
std::size_t lineCount = 0u;
- std::string text = {};
-
explicit operator bool() const { return !positionedGlyphs.empty(); }
};