summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/android/lcd-android.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/android/lcd-android.c')
-rw-r--r--firmware/target/hosted/android/lcd-android.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/target/hosted/android/lcd-android.c b/firmware/target/hosted/android/lcd-android.c
index c9bd0a1254..0cde160e65 100644
--- a/firmware/target/hosted/android/lcd-android.c
+++ b/firmware/target/hosted/android/lcd-android.c
@@ -86,8 +86,6 @@ void connect_with_java(JNIEnv* env, jobject fb_instance)
86 */ 86 */
87void lcd_init_device(void) 87void lcd_init_device(void)
88{ 88{
89 /* must not draw until surface is created */
90 display_on = false;
91} 89}
92 90
93void lcd_update(void) 91void lcd_update(void)