]> git.tdb.fi Git - libs/gl.git/blobdiff - source/transform.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / transform.h
diff --git a/source/transform.h b/source/transform.h
deleted file mode 100644 (file)
index 520cf3b..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef MSP_GL_TRANSFORM_H_
-#define MSP_GL_TRANSFORM_H_
-
-namespace Msp {
-namespace GL {
-
-void translate(float, float, float);
-void rotate(float, float, float, float);
-void scale(float, float, float);
-void scale_uniform(float);
-
-} // namespace GL
-} // namespace Msp
-
-#endif