From a0b41c83e7c39496a14f44cf0348856b631c4c6e Mon Sep 17 00:00:00 2001 From: MerryMage Date: Sun, 11 Jun 2017 13:35:28 +0100 Subject: VideoConfig: Remove bRunning Value was set but not used. --- Source/Core/VideoCommon/VideoConfig.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Core/VideoCommon/VideoConfig.cpp') diff --git a/Source/Core/VideoCommon/VideoConfig.cpp b/Source/Core/VideoCommon/VideoConfig.cpp index 04ce2d24a0..3e8ca9d69a 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -25,8 +25,6 @@ void UpdateActiveConfig() VideoConfig::VideoConfig() { - bRunning = false; - // Needed for the first frame, I think fAspectRatioHackW = 1; fAspectRatioHackH = 1; -- cgit v1.2.3