diff options
author | Nicola Mettifogo | 2007-07-08 13:53:56 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-07-08 13:53:56 +0000 |
commit | 17da12ca07a1f18f3fe1ef5b0c2c0cd9fd8359b4 (patch) | |
tree | 24adc8005997fff5ee61614d96a096c6834b292b /engines | |
parent | 3036c37dd817545b4571f01625954c9c74c635ae (diff) | |
download | scummvm-rg350-17da12ca07a1f18f3fe1ef5b0c2c0cd9fd8359b4.tar.gz scummvm-rg350-17da12ca07a1f18f3fe1ef5b0c2c0cd9fd8359b4.tar.bz2 scummvm-rg350-17da12ca07a1f18f3fe1ef5b0c2c0cd9fd8359b4.zip |
Oops.
svn-id: r27968
Diffstat (limited to 'engines')
-rw-r--r-- | engines/parallaction/graphics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/parallaction/graphics.cpp b/engines/parallaction/graphics.cpp index 699ec5cbc5..59645381b6 100644 --- a/engines/parallaction/graphics.cpp +++ b/engines/parallaction/graphics.cpp @@ -654,7 +654,6 @@ void Gfx::getStringExtent(char *text, uint16 maxwidth, int16* width, int16* heig while (strlen(text) != 0) { text = parseNextToken(text, token, 40, " ", true); - printf("%s\n", text); w += getStringWidth(token); if (w > maxwidth) { |