minuitwrp: Remove unused variables

Change-Id: Ia5cfb747f300557ebd719538244655c8b792c407
This commit is contained in:
Andreas Schneider
2018-10-29 10:34:52 +01:00
parent 54970bb1a9
commit df7c39dfcd
-2
View File
@@ -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;