mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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:
parent
fe4d6a80da
commit
c343bc3b6a
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue