diff --git a/src/d_main.c b/src/d_main.c index cabb06c526a878ca5f788f0a4b2d91bf270df376..52f1d2997fabc05e65858dd36b7da4776ae152f7 100644 --- a/src/d_main.c +++ b/src/d_main.c @@ -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))