From 4ccffb658931503b3badb70a99d72a0cfb9834b1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 23 Apr 2003 18:49:24 +0000 Subject: remove debug output git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3593 a1c6a512-1295-4272-9138-f99709370657 --- uisimulator/x11/lcd-x11.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'uisimulator') diff --git a/uisimulator/x11/lcd-x11.c b/uisimulator/x11/lcd-x11.c index 69880f12ac..023f06240c 100644 --- a/uisimulator/x11/lcd-x11.c +++ b/uisimulator/x11/lcd-x11.c @@ -113,9 +113,10 @@ void lcd_update_rect(int x_start, int y_start, struct coordinate points[LCD_WIDTH * LCD_HEIGHT]; struct coordinate clearpoints[LCD_WIDTH * LCD_HEIGHT]; +#if 0 fprintf(stderr, "%04d: lcd_update_rect(%d, %d, %d, %d)\n", counter++, x_start, y_start, width, height); - +#endif /* The Y coordinates have to work on even 8 pixel rows */ ymax = (yline + height)/8; yline /= 8; -- cgit v1.2.3