mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
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:
parent
749ef3b9f2
commit
4265cbc294
2 changed files with 4 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
/*
|
||||
===============
|
||||
|
|
|
@ -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 */
|
||||
|
||||
/*
|
||||
===============
|
||||
|
|
Loading…
Reference in a new issue