Fix compile issue with OpenGL ES

This commit is contained in:
rdb 2010-01-26 17:10:27 +00:00
parent 5ea48833dd
commit 0a372b463a

View File

@ -950,8 +950,6 @@ reset() {
} else {
_glProgramParameteri = NULL;
}
#else
_glProgramParameteri = NULL;
#endif
#ifdef OPENGLES_2