diff options
Diffstat (limited to 'WebCore/svg/SVGPointList.cpp')
-rw-r--r-- | WebCore/svg/SVGPointList.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/svg/SVGPointList.cpp b/WebCore/svg/SVGPointList.cpp index 8a3d870..0d8e10c 100644 --- a/WebCore/svg/SVGPointList.cpp +++ b/WebCore/svg/SVGPointList.cpp @@ -32,10 +32,6 @@ SVGPointList::SVGPointList(const QualifiedName& attributeName) { } -SVGPointList::~SVGPointList() -{ -} - String SVGPointList::valueAsString() const { String result; |