src/glShared.h

changeset 1404
16eb4257e662
parent 1400
ae83213bdd63
child 1405
d2bf2e59a3ef
--- a/src/glShared.h	Sun Jun 17 13:53:33 2018 +0300
+++ b/src/glShared.h	Sun Jun 17 13:57:00 2018 +0300
@@ -24,11 +24,6 @@
 #include "generics/enums.h"
 #include "types/vertex.h"
 
-inline void glMultMatrixf(const GLRotationMatrix& matrix)
-{
-	glMultMatrixf(matrix.constData());
-}
-
 inline void glTranslatef(const Vertex& vertex)
 {
 	glTranslatef(vertex.x, vertex.y, vertex.z);

mercurial