From 93812f58babca6c8708cd9a6308d86b6616118a7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 24 Jan 2017 14:02:09 +0100 Subject: [PATCH] We don't need the settings variable here --- gfx/drivers/dispmanx_gfx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gfx/drivers/dispmanx_gfx.c b/gfx/drivers/dispmanx_gfx.c index bd0b664db7..96abb92971 100644 --- a/gfx/drivers/dispmanx_gfx.c +++ b/gfx/drivers/dispmanx_gfx.c @@ -28,7 +28,6 @@ #include "../../driver.h" #include "../../retroarch.h" -#include "../../configuration.h" #include "../video_context_driver.h" #include "../font_driver.h" @@ -333,8 +332,6 @@ static void dispmanx_surface_update(void *data, const void *frame, struct dispmanx_video *_dispvars = data; - settings_t *settings = config_get_ptr(); - /* Frame blitting */ vc_dispmanx_resource_write_data(surface->next_page->resource, surface->pixformat, surface->pitch, (void*)frame, &(surface->bmp_rect));