Index: Source/platform/fonts/FontData.h |
diff --git a/Source/platform/fonts/FontData.h b/Source/platform/fonts/FontData.h |
index 834290676ef04955ef5e9b98c4263829183c7289..636dfbbb42365e9a122acd2d484c757591e652ee 100644 |
--- a/Source/platform/fonts/FontData.h |
+++ b/Source/platform/fonts/FontData.h |
@@ -59,10 +59,6 @@ public: |
void setMaxGlyphPageTreeLevel(unsigned level) const { m_maxGlyphPageTreeLevel = level; } |
unsigned maxGlyphPageTreeLevel() const { return m_maxGlyphPageTreeLevel; } |
-#ifndef NDEBUG |
- virtual String description() const = 0; |
-#endif |
- |
private: |
mutable unsigned m_maxGlyphPageTreeLevel; |
}; |