minuitwrp: Remove unused variables
Change-Id: Ia5cfb747f300557ebd719538244655c8b792c407
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user