cut off debug output

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-03-26 15:42:25 +00:00
parent 530f01f3dc
commit f883986dd1
1 changed files with 0 additions and 3 deletions

View File

@ -56,9 +56,6 @@ void lcd_update (void)
if(display[y/8][x]&(1<<bit)) {
points[p].x = x + MARGIN_X;
points[p].y = y+bit + MARGIN_Y;
#ifdef LCD_DEBUG
printf("Set pixel at %d,%d\n", x, y+bit);
#endif
p++; /* increase the point counter */
}
}