aboutsummaryrefslogtreecommitdiff
path: root/games/spring/files/patch-rts-lib-headlessStubs-glstub
diff options
context:
space:
mode:
Diffstat (limited to 'games/spring/files/patch-rts-lib-headlessStubs-glstub')
-rw-r--r--games/spring/files/patch-rts-lib-headlessStubs-glstub13
1 files changed, 0 insertions, 13 deletions
diff --git a/games/spring/files/patch-rts-lib-headlessStubs-glstub b/games/spring/files/patch-rts-lib-headlessStubs-glstub
deleted file mode 100644
index 80d2bcfc7310..000000000000
--- a/games/spring/files/patch-rts-lib-headlessStubs-glstub
+++ /dev/null
@@ -1,13 +0,0 @@
-Submitted upstream:
-
- https://springrts.com/mantis/view.php?id=4731
-
---- rts/lib/headlessStubs/glstub.c 2014-10-07 16:09:52 -0400
-+++ rts/lib/headlessStubs/glstub.c 2015-04-08 14:03:33 -0400
-@@ -131,5 +131,5 @@
- GLAPI void APIENTRY glGetShaderiv(GLuint shader, GLenum pname, GLint *params) {}
- GLAPI void APIENTRY glGetShaderInfoLog(GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) {}
--GLAPI void APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar* *string, const GLint *length) {}
-+GLAPI void APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar* const *string, const GLint *length) {}
-
- GLAPI void APIENTRY glUniform1fARB(GLint location, GLfloat v0) {}