]> 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 071875c..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2007  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
-#ifndef MSP_GL_MISC_H_
-#define MSP_GL_MISC_H_
-
-#include <GL/gl.h>
-
-namespace Msp {
-namespace GL {
-
-void enable(GLenum);
-void disable(GLenum);
-void set(GLenum, bool);
-
-} // namespace GL
-} // namespace Msp
-
-#endif