]> git.tdb.fi Git - libs/gl.git/blobdiff - source/sgis_generate_mipmap.cpp
Do not store generated files in the repository
[libs/gl.git] / source / sgis_generate_mipmap.cpp
diff --git a/source/sgis_generate_mipmap.cpp b/source/sgis_generate_mipmap.cpp
deleted file mode 100644 (file)
index 5080517..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#include "sgis_generate_mipmap.h"
-
-namespace Msp {
-namespace GL {
-
-Extension::SupportLevel init_sgis_generate_mipmap()
-{
-       if(is_supported("GL_SGIS_generate_mipmap"))
-       {
-               return Extension::EXTENSION;
-       }
-       return Extension::UNSUPPORTED;
-}
-
-Extension SGIS_generate_mipmap("GL_SGIS_generate_mipmap", init_sgis_generate_mipmap);
-
-} // namespace GL
-} // namespace Msp