svn-id: r27968
This commit is contained in:
Nicola Mettifogo 2007-07-08 13:53:56 +00:00
parent 3036c37dd8
commit 17da12ca07

View File

@ -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) {