summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/x11/uibasic.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/uisimulator/x11/uibasic.c b/uisimulator/x11/uibasic.c
index bf7d32e..2bdc97c 100644
--- a/uisimulator/x11/uibasic.c
+++ b/uisimulator/x11/uibasic.c
@@ -205,13 +205,8 @@ void screen_redraw()
#define X1 0
#define Y1 0
-#ifdef HAVE_LCD_BITMAP
#define X2 (LCD_WIDTH + MARGIN_X*2)
#define Y2 (LCD_HEIGHT + MARGIN_Y)
-#else
-#define X2 137
-#define Y2 53
-#endif
drawline(1, X1, Y1, X2, Y1);
drawline(1, X2, Y1, X2, Y2);