Skip to content

Commit

Permalink
- Duplicate line
Browse files Browse the repository at this point in the history
  • Loading branch information
Calvin1602 authored and Calvin1602 committed Apr 29, 2013
1 parent 83ffe5b commit ed1c1e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion external/AntTweakBar-1.16/src/LoadOGLCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 217,6 @@ ANT_GL_CORE_DECL(void, glGetVertexAttribPointerv, (GLuint index, GLenum pname, G
ANT_GL_CORE_DECL(GLboolean, glIsProgram, (GLuint program))
ANT_GL_CORE_DECL(GLboolean, glIsShader, (GLuint shader))
ANT_GL_CORE_DECL(void, glLinkProgram, (GLuint program))
ANT_GL_CORE_DECL(void, glShaderSource, (GLuint shader, GLsizei count, const GLchar* *string, const GLint *length))
#if defined(ANT_OSX) && (MAC_OS_X_VERSION_MAX_ALLOWED >= 1080)
// Mac OSX 10.8 SDK from March 2013 redefines this OpenGL call: glShaderSource
// if it doesn't compile, please update XCode.
Expand Down

0 comments on commit ed1c1e7

Please sign in to comment.