From 17da12ca07a1f18f3fe1ef5b0c2c0cd9fd8359b4 Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sun, 8 Jul 2007 13:53:56 +0000 Subject: Oops. svn-id: r27968 --- engines/parallaction/graphics.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'engines') 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) { -- cgit v1.2.3