printf()s, be gone.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2922 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Mark Olsen 2008-02-14 12:45:08 +00:00
parent fe4d6a80da
commit c343bc3b6a
1 changed files with 0 additions and 2 deletions

View File

@ -545,7 +545,6 @@ qboolean GLVID_Init (rendererstate_t *info, unsigned char *palette)
void GLVID_DeInit()
{
printf("1\n");
if (glctx)
{
if (screen && !(TinyGLBase->lib_Version == 0 && TinyGLBase->lib_Revision < 4))
@ -560,7 +559,6 @@ void GLVID_DeInit()
glctx = 0;
}
printf("2\n");
if (__tglContext)
{
GLClose(__tglContext);