]> git.tdb.fi Git - libs/gl.git/blobdiff - source/arb_texture_float.h
Do not store generated files in the repository
[libs/gl.git] / source / arb_texture_float.h
diff --git a/source/arb_texture_float.h b/source/arb_texture_float.h
deleted file mode 100644 (file)
index 9eef614..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef MSP_GL_ARB_TEXTURE_FLOAT_
-#define MSP_GL_ARB_TEXTURE_FLOAT_
-
-#include "extension.h"
-#include "gl.h"
-#include <GL/glext.h>
-
-namespace Msp {
-namespace GL {
-
-extern Extension ARB_texture_float;
-
-} // namespace GL
-} // namespace Msp
-
-#endif