Index: Source/core/layout/svg/SVGTextLayoutAttributes.cpp |
diff --git a/Source/core/layout/svg/SVGTextLayoutAttributes.cpp b/Source/core/layout/svg/SVGTextLayoutAttributes.cpp |
index 21bcf95c04fda255f3a11f88c99a1bf8ce31fab8..c10f5b0b0afe30463a9f02cbba3d45373560a664 100644 |
--- a/Source/core/layout/svg/SVGTextLayoutAttributes.cpp |
+++ b/Source/core/layout/svg/SVGTextLayoutAttributes.cpp |
@@ -33,10 +33,4 @@ void SVGTextLayoutAttributes::clear() |
m_textMetricsValues.clear(); |
} |
-float SVGTextLayoutAttributes::emptyValue() |
-{ |
- static float s_emptyValue = std::numeric_limits<float>::max() - 1; |
- return s_emptyValue; |
-} |
- |
} |