diff --git a/src/Magnum/Text/AbstractFont.cpp b/src/Magnum/Text/AbstractFont.cpp index 9ab261033..a9de9998d 100644 --- a/src/Magnum/Text/AbstractFont.cpp +++ b/src/Magnum/Text/AbstractFont.cpp @@ -389,7 +389,6 @@ bool AbstractFont::fillGlyphCache(AbstractGlyphCache& cache, const std::initiali bool AbstractFont::doFillGlyphCache(AbstractGlyphCache&, const Containers::StridedArrayView1D&) { CORRADE_ASSERT_UNREACHABLE("Text::AbstractFont::fillGlyphCache(): feature advertised but not implemented", {}); - return {}; } Containers::Pointer AbstractFont::createGlyphCache() {