]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_shared.c
A minor removal of a few pieces of dead code. Nothing major. This is
[xonotic/darkplaces.git] / sys_shared.c
index e7b4a810c86b3d35dcd652a9e82ae03393293d7c..307c400b9ae62abf8903387d00d665eff664f0fd 100644 (file)
@@ -100,11 +100,6 @@ void Sys_Printf (char *fmt, ...)
 #else
        printf("%s", final);
 #endif
-//     for (p = (unsigned char *) final; *p; p++)
-//             putc (qfont_table[*p], stdout);
-//#ifndef WIN32
-//     fflush (stdout);
-//#endif
 }
 
 char engineversion[40];
@@ -128,3 +123,4 @@ void Sys_Shared_EarlyInit(void)
 void Sys_Shared_LateInit(void)
 {
 }
+