[Scummvm-cvs-logs] SF.net SVN: scummvm: [23084] scummvm/branches/branch-0-9-0/gui/ThemeNew.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Tue Jun 13 12:11:25 CEST 2006


Revision: 23084
Author:   eriktorbjorn
Date:     2006-06-13 03:11:20 -0700 (Tue, 13 Jun 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=23084&view=rev

Log Message:
-----------
Removed printf() debug message.

Modified Paths:
--------------
    scummvm/branches/branch-0-9-0/gui/ThemeNew.cpp
Modified: scummvm/branches/branch-0-9-0/gui/ThemeNew.cpp
===================================================================
--- scummvm/branches/branch-0-9-0/gui/ThemeNew.cpp	2006-06-13 10:02:56 UTC (rev 23083)
+++ scummvm/branches/branch-0-9-0/gui/ThemeNew.cpp	2006-06-13 10:11:20 UTC (rev 23084)
@@ -1299,9 +1299,6 @@
 			return font;
 	}
 
-	printf("normal font open!\n");
-	fflush(stdout);
-
 	// normal open
 	if (fontFile.open(filename)) {
 		font = Graphics::NewFont::loadFont(fontFile);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list