From c343bc3b6ac7adc3e82570c4ee34b1627c6e4030 Mon Sep 17 00:00:00 2001 From: Mark Olsen Date: Thu, 14 Feb 2008 12:45:08 +0000 Subject: [PATCH] printf()s, be gone. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2922 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/gl/gl_vidmorphos.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/engine/gl/gl_vidmorphos.c b/engine/gl/gl_vidmorphos.c index b754a64f6..7c2b4af51 100644 --- a/engine/gl/gl_vidmorphos.c +++ b/engine/gl/gl_vidmorphos.c @@ -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);