summaryrefslogtreecommitdiffstats
path: root/minuitwrp
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2018-10-29 10:34:52 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-01-18 09:09:00 +0100
commitdf7c39dfcd8c961473d2b81b0f3df098ed4d9a05 (patch)
treecf620f8e6d7b77430e461f8d13e9e3c58ee9d49c /minuitwrp
parentFix Check_Lifetime_Writes on AB devices (diff)
downloadandroid_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 'minuitwrp')
-rw-r--r--minuitwrp/graphics_overlay.cpp2
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;