diff options
Diffstat (limited to 'WebCore/svg/SVGPathStringSource.cpp')
-rw-r--r-- | WebCore/svg/SVGPathStringSource.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/svg/SVGPathStringSource.cpp b/WebCore/svg/SVGPathStringSource.cpp index 0efbfd0..5154ee6 100644 --- a/WebCore/svg/SVGPathStringSource.cpp +++ b/WebCore/svg/SVGPathStringSource.cpp @@ -34,10 +34,6 @@ SVGPathStringSource::SVGPathStringSource(const String& string) ASSERT(!string.isEmpty()); } -SVGPathStringSource::~SVGPathStringSource() -{ -} - bool SVGPathStringSource::hasMoreData() const { return m_current < m_end; |