mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-07 20:01:21 +00:00
Remove debug print
(Not going to make a new build for this)
This commit is contained in:
parent
9bee40b006
commit
eb57832d6b
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…
Add table
Reference in a new issue