From 17beddb564e08644edfb0588b424a4bdf2b8302f Mon Sep 17 00:00:00 2001 From: Haegeun Park Date: Tue, 11 Sep 2012 19:38:36 -0700 Subject: [PATCH] [Title] Fixed a duplicated override of 'glDetachShader' in fastpath module [Issue#] Jira number WEB-1669 [Problem] glDetachShader not effect [Cause] Error code generated in succeed case [Solution] Removed the override --- src/modules/fastpath/coregl_fastpath.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/fastpath/coregl_fastpath.c b/src/modules/fastpath/coregl_fastpath.c index 9588f0d..85e935b 100644 --- a/src/modules/fastpath/coregl_fastpath.c +++ b/src/modules/fastpath/coregl_fastpath.c @@ -251,7 +251,6 @@ fastpath_apply_overrides_gl(int enable) OVERRIDE(glShaderSource); OVERRIDE(glBindAttribLocation); OVERRIDE(glDeleteProgram); - OVERRIDE(glDetachShader); OVERRIDE(glGetActiveAttrib); OVERRIDE(glGetActiveUniform); OVERRIDE(glGetAttachedShaders); -- 2.7.4