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.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/uisimulator/x11/lcd-x11.c b/uisimulator/x11/lcd-x11.c
index 8d58dcbb17..96ce800c8f 100644
--- a/uisimulator/x11/lcd-x11.c
+++ b/uisimulator/x11/lcd-x11.c
@@ -109,13 +109,3 @@ void lcd_update (void)
109/* Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);*/ 109/* Logf("lcd_update: Draws %d pixels, clears %d pixels", p, cp);*/
110 XSync(dpy,False); 110 XSync(dpy,False);
111} 111}
112
113void backlight_on(void)
114{
115 /* we could do something better here! */
116}
117
118void backlight_time(int dummy)
119{
120 (void)dummy;
121}