--- a/src/linetypes/modelobject.h Sat Mar 03 16:56:49 2018 +0200 +++ b/src/linetypes/modelobject.h Sat Mar 03 16:59:03 2018 +0200 @@ -80,7 +80,6 @@ void setColor (LDColor color); void setHidden (bool value); void setVertex (int i, const Vertex& vert); - void swap (LDObject* other); bool isInverted() const; void setInverted(bool value); virtual int triangleCount() const;