src/basics.h

changeset 1079
67c6e5d32e68
parent 1073
a0a0d581309b
child 1122
795d1c3554b9
--- 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:

mercurial