From 28be6cc4ccf4f7b9b56dda253d5b994bbe32a4a8 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Fri, 24 Aug 2018 20:53:40 -0700 Subject: [PATCH] Headless: Fix graphics compare tests. Shadowing. --- headless/SDLHeadlessHost.h | 1 - headless/WindowsHeadlessHost.h | 1 - 2 files changed, 2 deletions(-) diff --git a/headless/SDLHeadlessHost.h b/headless/SDLHeadlessHost.h index daa0fe0413..3907f3ab5e 100644 --- a/headless/SDLHeadlessHost.h +++ b/headless/SDLHeadlessHost.h @@ -49,7 +49,6 @@ protected: STOPPED, }; - GraphicsContext *gfx_; volatile RenderThreadState threadState_ = RenderThreadState::IDLE; }; diff --git a/headless/WindowsHeadlessHost.h b/headless/WindowsHeadlessHost.h index 853eee1eb5..907b20cdf6 100644 --- a/headless/WindowsHeadlessHost.h +++ b/headless/WindowsHeadlessHost.h @@ -53,6 +53,5 @@ protected: HWND hWnd; HDC hDC; HGLRC hRC; - GraphicsContext *gfx_; volatile RenderThreadState threadState_ = RenderThreadState::IDLE; };