--- a/src/basics.h Sun Jan 29 15:49:36 2017 +0200 +++ b/src/basics.h Sun Jan 29 21:02:11 2017 +0200 @@ -107,7 +107,6 @@ public: BoundingBox(); - void calcObject (LDObject* obj); void calcVertex (const Vertex& vertex); Vertex center() const; bool isEmpty() const; @@ -116,7 +115,6 @@ const Vertex& vertex0() const; const Vertex& vertex1() const; - BoundingBox& operator<< (LDObject* obj); BoundingBox& operator<< (const Vertex& v); private: