Silence warnings about unused static functions in opengl2

This commit is contained in:
Zack Middleton 2013-11-25 15:27:09 -06:00
parent d31bf95493
commit 2044bcb12d
1 changed files with 4 additions and 0 deletions

View File

@ -856,6 +856,7 @@ static void RB_SurfaceLightningBolt( void ) {
} }
} }
#if 0
/* /*
** VectorArrayNormalize ** VectorArrayNormalize
* *
@ -911,12 +912,14 @@ static void VectorArrayNormalize(vec4_t *normals, unsigned int count)
#endif #endif
} }
#endif
/* /*
** LerpMeshVertexes ** LerpMeshVertexes
*/ */
#if 0
#if idppc_altivec #if idppc_altivec
static void LerpMeshVertexes_altivec(md3Surface_t *surf, float backlerp) static void LerpMeshVertexes_altivec(md3Surface_t *surf, float backlerp)
{ {
@ -1046,6 +1049,7 @@ static void LerpMeshVertexes_altivec(md3Surface_t *surf, float backlerp)
} }
} }
#endif #endif
#endif
static void LerpMeshVertexes_scalar(mdvSurface_t *surf, float backlerp) static void LerpMeshVertexes_scalar(mdvSurface_t *surf, float backlerp)
{ {