From 0a372b463aae2483bb25cb9b028cd0c72e808f07 Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 26 Jan 2010 17:10:27 +0000 Subject: [PATCH] Fix compile issue with OpenGL ES --- panda/src/glstuff/glGraphicsStateGuardian_src.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/panda/src/glstuff/glGraphicsStateGuardian_src.cxx b/panda/src/glstuff/glGraphicsStateGuardian_src.cxx index c1a1a1fc4a..09a893f917 100644 --- a/panda/src/glstuff/glGraphicsStateGuardian_src.cxx +++ b/panda/src/glstuff/glGraphicsStateGuardian_src.cxx @@ -950,8 +950,6 @@ reset() { } else { _glProgramParameteri = NULL; } -#else - _glProgramParameteri = NULL; #endif #ifdef OPENGLES_2