diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2014-02-27 21:11:39 +0000 |
|---|---|---|
| committer | Johan B. C. Engelen <j.b.c.engelen@alumnus.utwente.nl> | 2014-02-27 21:11:39 +0000 |
| commit | 532446c4121658b3da2841ec43c7d95e803525ca (patch) | |
| tree | 485e2be7fd86383a492a0c71163ac934eaff1f0b /src/display/curve.cpp | |
| parent | Fix whitespace formatting of dbus documentation (bug 1282045) (diff) | |
| download | inkscape-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/display/curve.cpp')
| -rw-r--r-- | src/display/curve.cpp | 1 |
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) |
