From 994e07fa3d3cb2946408e87aa350a206cf0ba838 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Thu, 25 Jan 2018 13:24:39 +0100 Subject: [PATCH] Update d3d.h --- gfx/drivers/d3d.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/gfx/drivers/d3d.h b/gfx/drivers/d3d.h index 1401158cda..f2225096e9 100644 --- a/gfx/drivers/d3d.h +++ b/gfx/drivers/d3d.h @@ -70,9 +70,7 @@ typedef struct d3d_video bool should_resize; bool quitting; bool needs_restore; -#ifdef HAVE_OVERLAY bool overlays_enabled; -#endif /* TODO - refactor this away properly. */ bool resolution_hd_enable;