diff options
author | Torbjörn Andersson | 2006-06-13 10:20:59 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2006-06-13 10:20:59 +0000 |
commit | 61c5281454955613c747590c366e127c5080c76e (patch) | |
tree | b9cbcafb31b4efd8b8eaa78b55022cbf55c01a7c /gui | |
parent | 3728e96b17f46133f8e6ce4a2a99a7c72cf7ce18 (diff) | |
download | scummvm-rg350-61c5281454955613c747590c366e127c5080c76e.tar.gz scummvm-rg350-61c5281454955613c747590c366e127c5080c76e.tar.bz2 scummvm-rg350-61c5281454955613c747590c366e127c5080c76e.zip |
Removed printf() debug message.
svn-id: r23085
Diffstat (limited to 'gui')
-rw-r--r-- | gui/ThemeNew.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
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); |