mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-03 23:04:08 +01:00
cleanup: remove overly verbose logging
This commit is contained in:
parent
0d57c2c8b2
commit
468a8626bf
1 changed files with 0 additions and 5 deletions
|
@ -187,11 +187,6 @@ measureFace( PalmDrawCtx* dctx, XP_UCHAR face, PalmFontHtInfo* fhi )
|
|||
fhi->topOffset = top;
|
||||
fhi->height = bottom - top + 1;
|
||||
|
||||
#ifndef XW_TARGET_PNO
|
||||
/* %c doesn't work with my ARM impl of StrPrintF */
|
||||
XP_LOGF( "char: %c; top: %d; height: %d",
|
||||
ch, fhi->topOffset, fhi->height );
|
||||
#endif
|
||||
}
|
||||
BmpDelete( bitmap );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue