summaryrefslogtreecommitdiffstats
path: root/WebCore/svg/SVGPathByteStreamSource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/svg/SVGPathByteStreamSource.cpp')
-rw-r--r--WebCore/svg/SVGPathByteStreamSource.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/WebCore/svg/SVGPathByteStreamSource.cpp b/WebCore/svg/SVGPathByteStreamSource.cpp
index e6a60e3..d0475f3 100644
--- a/WebCore/svg/SVGPathByteStreamSource.cpp
+++ b/WebCore/svg/SVGPathByteStreamSource.cpp
@@ -32,10 +32,6 @@ SVGPathByteStreamSource::SVGPathByteStreamSource(SVGPathByteStream* stream)
m_streamEnd = stream->end();
}
-SVGPathByteStreamSource::~SVGPathByteStreamSource()
-{
-}
-
bool SVGPathByteStreamSource::hasMoreData() const
{
return m_streamCurrent < m_streamEnd;