summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2014-02-27 21:11:39 +0000
committerJohan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl>2014-02-27 21:11:39 +0000
commit532446c4121658b3da2841ec43c7d95e803525ca (patch)
tree485e2be7fd86383a492a0c71163ac934eaff1f0b /src
parentFix whitespace formatting of dbus documentation (bug 1282045) (diff)
downloadinkscape-532446c4121658b3da2841ec43c7d95e803525ca.tar.gz
inkscape-532446c4121658b3da2841ec43c7d95e803525ca.zip
remove superfluous line of code (vector has just been constructed, so is empty)
(bzr r13067)
Diffstat (limited to 'src')
-rw-r--r--src/display/curve.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/display/curve.cpp b/src/display/curve.cpp
index ae243853e..50f4c8954 100644
--- a/src/display/curve.cpp
+++ b/src/display/curve.cpp
@@ -34,7 +34,6 @@ SPCurve::SPCurve()
: _refcount(1),
_pathv()
{
- _pathv.clear();
}
SPCurve::SPCurve(Geom::PathVector const& pathv)