summaryrefslogtreecommitdiff
path: root/uisimulator/x11
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11')
-rw-r--r--uisimulator/x11/lcd-x11.c2
-rw-r--r--uisimulator/x11/screenhack.c1
2 files changed, 0 insertions, 3 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]) {
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c
index c4d43e5eb7..e15f536d6d 100644
--- a/uisimulator/x11/screenhack.c
+++ b/uisimulator/x11/screenhack.c
@@ -213,7 +213,6 @@ static Bool checkrepeat(time_t prev,
213 time_t now) 213 time_t now)
214{ 214{
215 if(now-prev < 50) { 215 if(now-prev < 50) {
216 DEBUGF("Consider this a button repeat\n");
217 return true; 216 return true;
218 } 217 }
219 return false; 218 return false;