summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-07-27 22:23:22 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-07-27 22:23:22 +0200
commit176a6c496460d79a6ba8528d169e58798824bf42 (patch)
tree47055a11faad1185c7b387424c021837a87d2e6a
parentMerge "Import translations. DO NOT MERGE ANYWHERE" (diff)
parentRemove magic code to flash the screen (diff)
downloadandroid_bootable_recovery-176a6c496460d79a6ba8528d169e58798824bf42.tar
android_bootable_recovery-176a6c496460d79a6ba8528d169e58798824bf42.tar.gz
android_bootable_recovery-176a6c496460d79a6ba8528d169e58798824bf42.tar.bz2
android_bootable_recovery-176a6c496460d79a6ba8528d169e58798824bf42.tar.lz
android_bootable_recovery-176a6c496460d79a6ba8528d169e58798824bf42.tar.xz
android_bootable_recovery-176a6c496460d79a6ba8528d169e58798824bf42.tar.zst
android_bootable_recovery-176a6c496460d79a6ba8528d169e58798824bf42.zip
-rw-r--r--minui/graphics_fbdev.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/minui/graphics_fbdev.cpp b/minui/graphics_fbdev.cpp
index 2584017d6..0d0fabce6 100644
--- a/minui/graphics_fbdev.cpp
+++ b/minui/graphics_fbdev.cpp
@@ -131,8 +131,6 @@ GRSurface* MinuiBackendFbdev::Init() {
SetDisplayedFramebuffer(0);
printf("framebuffer: %d (%zu x %zu)\n", fb_fd.get(), gr_draw->width, gr_draw->height);
-
- Blank(true);
Blank(false);
return gr_draw;