gl_vidnt.c, gl_vidsdl.c: if 0'ed out unused CheckArrayExtensions().

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@161 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-04-27 12:40:19 +00:00
parent 749ef3b9f2
commit 4265cbc294
2 changed files with 4 additions and 0 deletions

View file

@ -971,6 +971,7 @@ void GL_Info_f (void)
CheckArrayExtensions
===============
*/
#if 0 /* unused */
void CheckArrayExtensions (void)
{
const char *tmp;
@ -994,6 +995,7 @@ void CheckArrayExtensions (void)
Sys_Error ("Vertex array extension not present");
}
#endif /* #if 0 */
/*
===============

View file

@ -565,6 +565,7 @@ void GL_Info_f (void)
CheckArrayExtensions
===============
*/
#if 0 /* unused */
void CheckArrayExtensions (void)
{
const char *tmp;
@ -588,6 +589,7 @@ void CheckArrayExtensions (void)
Sys_Error ("Vertex array extension not present");
}
#endif /* #if 0 */
/*
===============