mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Remove debug print
(Not going to make a new build for this)
This commit is contained in:
parent
88970f3dac
commit
e325577f0d
1 changed files with 0 additions and 3 deletions
|
@ -72,7 +72,6 @@ int snprintf(char *str, size_t n, const char *fmt, ...);
|
|||
#include "keys.h"
|
||||
#include "filesrch.h" // refreshdirmenu, mainwadstally
|
||||
#include "g_input.h" // tutorial mode control scheming
|
||||
#include "png.h"
|
||||
|
||||
#ifdef CMAKECONFIG
|
||||
#include "config.h"
|
||||
|
@ -965,8 +964,6 @@ void D_SRB2Main(void)
|
|||
"We do not claim ownership of SEGA's intellectual property used\n"
|
||||
"in this program.\n\n");
|
||||
|
||||
CONS_Printf("libpng version: %s\n", png_libpng_ver);
|
||||
|
||||
// keep error messages until the final flush(stderr)
|
||||
#if !defined (PC_DOS) && !defined(NOTERMIOS)
|
||||
if (setvbuf(stderr, NULL, _IOFBF, 1000))
|
||||
|
|
Loading…
Reference in a new issue