]> git.tdb.fi Git - libs/gl.git/blobdiff - source/misc.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / misc.h
diff --git a/source/misc.h b/source/misc.h
deleted file mode 100644 (file)
index 49c6cf5..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef MSP_GL_MISC_H_
-#define MSP_GL_MISC_H_
-
-#include <GL/gl.h>
-
-namespace Msp {
-namespace GL {
-
-void set(GLenum, bool);
-
-} // namespace GL
-} // namespace Msp
-
-#endif