src/basics.h

changeset 1161
e6a5ff67c057
parent 1151
0eddb5bcf25b
child 1162
94e12806d741
--- a/src/basics.h	Thu Feb 23 20:21:40 2017 +0200
+++ b/src/basics.h	Thu Feb 23 20:25:47 2017 +0200
@@ -44,8 +44,6 @@
 	Z
 };
 
-static const Axis axes[] = {X, Y, Z};
-
 //
 // Derivative of QVector3D: this class is used for the vertices.
 //
@@ -111,8 +109,6 @@
 	Vertex m_vertex1;
 };
 
-extern const Vertex Origin;
-
 static const double pi = 3.14159265358979323846;
 
 

mercurial