summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Loer <chris.loer@gmail.com>2017-11-28 14:03:28 -0800
committerChris Loer <chris.loer@gmail.com>2017-11-28 14:03:28 -0800
commit3114947224fd42013954da6c4cef28d31b1238e7 (patch)
treed4136dfa0c4d6d66e3278e1e908603ef48306917 /test
parente5c4d9653dd2d34c4c7809c7ca3e429adb151ed4 (diff)
downloadqtlocation-mapboxgl-3114947224fd42013954da6c4cef28d31b1238e7.tar.gz
LocalGlyphRasterizer takes a void* configuration input. If nothing is set, it doesn't rasterize glyphs locally.
Diffstat (limited to 'test')
-rw-r--r--test/text/glyph_manager.test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/text/glyph_manager.test.cpp b/test/text/glyph_manager.test.cpp
index a50e42236f..a96e1b970c 100644
--- a/test/text/glyph_manager.test.cpp
+++ b/test/text/glyph_manager.test.cpp
@@ -19,10 +19,6 @@ static constexpr const size_t stubBitmapLength = 900;
class StubLocalGlyphRasterizer : public LocalGlyphRasterizer {
public:
- StubLocalGlyphRasterizer()
- : LocalGlyphRasterizer(0)
- {}
-
bool canRasterizeGlyph(const FontStack&, GlyphID glyphID) {
return util::i18n::allowsIdeographicBreaking(glyphID);
}