Index: Source/core/svg/SVGPathByteStreamSource.cpp |
diff --git a/Source/core/svg/SVGPathByteStreamSource.cpp b/Source/core/svg/SVGPathByteStreamSource.cpp |
index 11a2df2c6e0a7a82c4372db01fc3dfb3de324c4c..98b99b8a01103a365466d1b1ac5261c1bc6a4221 100644 |
--- a/Source/core/svg/SVGPathByteStreamSource.cpp |
+++ b/Source/core/svg/SVGPathByteStreamSource.cpp |
@@ -18,18 +18,10 @@ |
*/ |
#include "config.h" |
- |
#include "core/svg/SVGPathByteStreamSource.h" |
namespace blink { |
-SVGPathByteStreamSource::SVGPathByteStreamSource(const SVGPathByteStream* stream) |
-{ |
- ASSERT(stream); |
- m_streamCurrent = stream->begin(); |
- m_streamEnd = stream->end(); |
-} |
- |
bool SVGPathByteStreamSource::hasMoreData() const |
{ |
return m_streamCurrent < m_streamEnd; |