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