Removed gl_test.c

This commit is contained in:
Joseph Carter 2000-06-22 13:02:23 +00:00
parent 381891e7e4
commit 8a40786b66
2 changed files with 0 additions and 198 deletions

View file

@ -1026,11 +1026,6 @@ void R_RenderScene (void)
R_RenderDlights ();
R_UpdateFires ();
R_DrawParticles ();
#ifdef GLTEST
Test_Draw ();
#endif
}