From 61c5281454955613c747590c366e127c5080c76e Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Tue, 13 Jun 2006 10:20:59 +0000 Subject: Removed printf() debug message. svn-id: r23085 --- gui/ThemeNew.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'gui') diff --git a/gui/ThemeNew.cpp b/gui/ThemeNew.cpp index b971680bf9..ad85705655 100644 --- a/gui/ThemeNew.cpp +++ b/gui/ThemeNew.cpp @@ -1299,9 +1299,6 @@ const Graphics::Font *ThemeNew::loadFont(const char *filename) { return font; } - printf("normal font open!\n"); - fflush(stdout); - // normal open if (fontFile.open(filename)) { font = Graphics::NewFont::loadFont(fontFile); -- cgit v1.2.3