From fd9c1fa746616540dcad84bb44509d00ba739c6e Mon Sep 17 00:00:00 2001 From: magumagu Date: Fri, 4 Apr 2014 16:17:14 -0700 Subject: VideoBackend: remove unused config vars. No point to keeping around variables which are always "true". --- 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 b4e211439a..c12fe9b419 100644 --- a/Source/Core/VideoCommon/VideoConfig.cpp +++ b/Source/Core/VideoCommon/VideoConfig.cpp @@ -212,8 +212,6 @@ void VideoConfig::VerifyValidity() if (iAdapter < 0 || iAdapter > ((int)backend_info.Adapters.size() - 1)) iAdapter = 0; if (iMultisampleMode < 0 || iMultisampleMode >= (int)backend_info.AAModes.size()) iMultisampleMode = 0; if (!backend_info.bSupports3DVision) b3DVision = false; - if (!backend_info.bSupportsFormatReinterpretation) bEFBEmulateFormatChanges = false; - if (!backend_info.bSupportsPixelLighting) bEnablePixelLighting = false; } void VideoConfig::Save(const std::string& ini_file) -- cgit v1.2.3