diff options
Diffstat (limited to 'WebCore/svg/SVGTransformable.cpp')
-rw-r--r-- | WebCore/svg/SVGTransformable.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/WebCore/svg/SVGTransformable.cpp b/WebCore/svg/SVGTransformable.cpp index a47cd1f..a25e086 100644 --- a/WebCore/svg/SVGTransformable.cpp +++ b/WebCore/svg/SVGTransformable.cpp @@ -33,15 +33,6 @@ namespace WebCore { -SVGTransformable::SVGTransformable() - : SVGLocatable() -{ -} - -SVGTransformable::~SVGTransformable() -{ -} - static int parseTransformParamList(const UChar*& ptr, const UChar* end, float* values, int required, int optional) { int optionalParams = 0, requiredParams = 0; |