From 0333f3fe448e18511060db81f430ef11f0e710df Mon Sep 17 00:00:00 2001 From: Alexander Shalamov Date: Tue, 21 May 2019 22:46:18 +0300 Subject: [core] Prefer breaking lines at zero width space (ZWSP) --- src/mbgl/text/glyph.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/mbgl/text/glyph.hpp') 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(); } }; -- cgit v1.2.1