Index: Source/platform/fonts/Font.h |
diff --git a/Source/platform/fonts/Font.h b/Source/platform/fonts/Font.h |
index b23ac51535a6d59e6e171d3886288ab0857b5b57..0c8857add70ecda94c3716c07eccb842e5820726 100644 |
--- a/Source/platform/fonts/Font.h |
+++ b/Source/platform/fonts/Font.h |
@@ -80,8 +80,6 @@ class PLATFORM_EXPORT Font { |
public: |
Font(); |
Font(const FontDescription&, float letterSpacing, float wordSpacing); |
- // This constructor is only used if the platform wants to start with a native font. |
- Font(const FontPlatformData&, bool isPrinting, FontSmoothingMode = AutoSmoothing); |
~Font(); |
Font(const Font&); |