Index: Source/core/svg/SVGPathSeg.h |
diff --git a/Source/core/svg/SVGPathSeg.h b/Source/core/svg/SVGPathSeg.h |
index c9ca740b21ef27f041a3989d929dfd7a71ff0221..5549b0d575cc51c19974abe7f812803e4f14a0b6 100644 |
--- a/Source/core/svg/SVGPathSeg.h |
+++ b/Source/core/svg/SVGPathSeg.h |
@@ -58,12 +58,6 @@ enum SVGPathSegType { |
PathSegCurveToQuadraticSmoothRel = 19 |
}; |
-enum SVGPathSegRole { |
- PathSegUnalteredRole = 0, |
- PathSegNormalizedRole = 1, |
- PathSegUndefinedRole = 2 |
-}; |
- |
class SVGPropertyBase; |
class SVGPathElement; |
class SVGElement; |