From 532446c4121658b3da2841ec43c7d95e803525ca Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Thu, 27 Feb 2014 22:11:39 +0100 Subject: remove superfluous line of code (vector has just been constructed, so is empty) (bzr r13067) --- src/display/curve.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/display/curve.cpp') 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) -- cgit v1.2.3