diff options
Diffstat (limited to 'code/renderer/tr_init.c')
-rw-r--r-- | code/renderer/tr_init.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/code/renderer/tr_init.c b/code/renderer/tr_init.c index 9f376e5..c8a2804 100644 --- a/code/renderer/tr_init.c +++ b/code/renderer/tr_init.c @@ -150,12 +150,15 @@ int max_polys; cvar_t *r_maxpolyverts; int max_polyverts; +/* !!! FIXME: Why are these here?! */ +#if 0 void ( APIENTRY * qglMultiTexCoord2fARB )( GLenum texture, GLfloat s, GLfloat t ); void ( APIENTRY * qglActiveTextureARB )( GLenum texture ); void ( APIENTRY * qglClientActiveTextureARB )( GLenum texture ); void ( APIENTRY * qglLockArraysEXT)( GLint, GLint); void ( APIENTRY * qglUnlockArraysEXT) ( void ); +#endif static void AssertCvarRange( cvar_t *cv, float minVal, float maxVal, qboolean shouldBeIntegral ) { |