remove ShapeInfo::clearPoints()

use getPoints() by ref and then clear
This commit is contained in:
Andrew Meadows 2016-06-01 12:24:28 -07:00
parent 9dc0fa7796
commit bce8879d7c

View file

@ -62,7 +62,6 @@ public:
const QVector<QVector<glm::vec3>>& getPoints() const { return _points; }
uint32_t getNumSubShapes() const;
void clearPoints () { _points.clear(); }
void appendToPoints (const QVector<glm::vec3>& newPoints) { _points << newPoints; }
int getMaxNumPoints() const;