diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2018-10-29 10:34:52 +0100 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2019-01-18 09:09:00 +0100 |
commit | df7c39dfcd8c961473d2b81b0f3df098ed4d9a05 (patch) | |
tree | cf620f8e6d7b77430e461f8d13e9e3c58ee9d49c /minuitwrp/graphics_overlay.cpp | |
parent | Fix Check_Lifetime_Writes on AB devices (diff) | |
download | android_bootable_recovery-df7c39dfcd8c961473d2b81b0f3df098ed4d9a05.tar android_bootable_recovery-df7c39dfcd8c961473d2b81b0f3df098ed4d9a05.tar.gz android_bootable_recovery-df7c39dfcd8c961473d2b81b0f3df098ed4d9a05.tar.bz2 android_bootable_recovery-df7c39dfcd8c961473d2b81b0f3df098ed4d9a05.tar.lz android_bootable_recovery-df7c39dfcd8c961473d2b81b0f3df098ed4d9a05.tar.xz android_bootable_recovery-df7c39dfcd8c961473d2b81b0f3df098ed4d9a05.tar.zst android_bootable_recovery-df7c39dfcd8c961473d2b81b0f3df098ed4d9a05.zip |
Diffstat (limited to '')
-rw-r--r-- | minuitwrp/graphics_overlay.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/minuitwrp/graphics_overlay.cpp b/minuitwrp/graphics_overlay.cpp index e4fc4191e..b4efae421 100644 --- a/minuitwrp/graphics_overlay.cpp +++ b/minuitwrp/graphics_overlay.cpp @@ -50,7 +50,6 @@ static void overlay_exit(minui_backend*); static GRSurface gr_framebuffer; static GRSurface* gr_draw = NULL; -static int displayed_buffer; static fb_var_screeninfo vi; static int fb_fd = -1; @@ -100,7 +99,6 @@ static minui_backend my_backend = { bool target_has_overlay(char *version) { - int ret; int mdp_version; bool overlay_supported = false; |