From 9a350f43980d82ec001c077b28c035350478fe8e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 1 Nov 2010 16:04:47 +0000 Subject: ENGINES: Get rid of some (f)printfs svn-id: r54011 --- engines/agi/loader_v2.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines/agi') diff --git a/engines/agi/loader_v2.cpp b/engines/agi/loader_v2.cpp index 54b40d66b2..8780e1dab8 100644 --- a/engines/agi/loader_v2.cpp +++ b/engines/agi/loader_v2.cpp @@ -158,7 +158,6 @@ uint8 *AgiLoader_v2::loadVolRes(struct AgiDir *agid) { } } else { warning("AgiLoader_v2::loadVolRes: bad signature %04x", sig); - // fprintf (stderr, "ACK! BAD RESOURCE!!!\n"); return 0; } fp.close(); -- cgit v1.2.3