summaryrefslogtreecommitdiff
path: root/uisimulator/x11/lcd-x11.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/lcd-x11.c')
-rw-r--r--uisimulator/x11/lcd-x11.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/uisimulator/x11/lcd-x11.c b/uisimulator/x11/lcd-x11.c
index c02b3e383f..0a400796da 100644
--- a/uisimulator/x11/lcd-x11.c
+++ b/uisimulator/x11/lcd-x11.c
@@ -62,8 +62,6 @@ void lcd_update (void)
62 int cp=0; 62 int cp=0;
63 struct coordinate clearpoints[LCD_WIDTH * LCD_HEIGHT]; 63 struct coordinate clearpoints[LCD_WIDTH * LCD_HEIGHT];
64 64
65 fprintf(stderr, "%04d: lcd_update()\n", counter++);
66
67 for(y=0; y<LCD_HEIGHT; y+=8) { 65 for(y=0; y<LCD_HEIGHT; y+=8) {
68 for(x=0; x<LCD_WIDTH; x++) { 66 for(x=0; x<LCD_WIDTH; x++) {
69 if(lcd_framebuffer[y/8][x] || lcd_framebuffer_copy[y/8][x]) { 67 if(lcd_framebuffer[y/8][x] || lcd_framebuffer_copy[y/8][x]) {