Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Libraries/glew-2.0.0/auto/src/glew_str_egl.c')
-rw-r--r--Libraries/glew-2.0.0/auto/src/glew_str_egl.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/Libraries/glew-2.0.0/auto/src/glew_str_egl.c b/Libraries/glew-2.0.0/auto/src/glew_str_egl.c
deleted file mode 100644
index f0c52f92..00000000
--- a/Libraries/glew-2.0.0/auto/src/glew_str_egl.c
+++ /dev/null
@@ -1,17 +0,0 @@
- }
- ret = (len == 0);
- }
- return ret;
-}
-
-#elif defined(GLEW_EGL)
-
-GLboolean eglewIsSupported (const char* name)
-{
- const GLubyte* pos = (const GLubyte*)name;
- GLuint len = _glewStrLen(pos);
- GLboolean ret = GL_TRUE;
- while (ret && len > 0)
- {
- if(_glewStrSame1(&pos, &len, (const GLubyte*)"EGL_", 4))
- {