mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 08:41:23 +00:00
Remove debugging printf.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15826 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3ea5844deb
commit
4087e5c7f7
1 changed files with 2 additions and 2 deletions
|
@ -671,12 +671,12 @@ restart:
|
|||
glyphPosition: p
|
||||
characterIndex: g->char_index];
|
||||
|
||||
printf("cell at %i, (%g %g) in (%g %g)+(%g %g), got rect (%g %g)+(%g %g)\n",
|
||||
/* printf("cell at %i, (%g %g) in (%g %g)+(%g %g), got rect (%g %g)+(%g %g)\n",
|
||||
g->char_index,p.x,p.y,
|
||||
lf->rect.origin.x,lf->rect.origin.y,
|
||||
lf->rect.size.width,lf->rect.size.height,
|
||||
r.origin.x,r.origin.y,
|
||||
r.size.width,r.size.height);
|
||||
r.size.width,r.size.height);*/
|
||||
|
||||
/* For some obscure reason, the rectangle we get is up-side-down
|
||||
compared to everything else here, and has it's origin in p.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue