summaryrefslogtreecommitdiff
path: root/test/text/glyph_manager.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/text/glyph_manager.test.cpp')
-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);
}