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