From e325577f0dfd72fcbe511c390d46fbb02728080e Mon Sep 17 00:00:00 2001
From: Steel Titanium <steeltitanium1@gmail.com>
Date: Thu, 31 Oct 2019 16:37:55 -0400
Subject: [PATCH] Remove debug print

(Not going to make a new build for this)
---
 src/d_main.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/d_main.c b/src/d_main.c
index cabb06c526..52f1d2997f 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))
-- 
GitLab