diff options
| author | MerryMage <MerryMage@users.noreply.github.com> | 2017-06-11 13:35:28 +0100 |
|---|---|---|
| committer | MerryMage <MerryMage@users.noreply.github.com> | 2017-06-11 15:06:12 +0100 |
| commit | a0b41c83e7c39496a14f44cf0348856b631c4c6e (patch) | |
| tree | 8bbc2504d789f58a4bd3ac411f0dbf5a67f44500 /Source/Core/VideoCommon/VideoConfig.cpp | |
| parent | eefae402b3ebf86a05861ec3cde057905dbfff87 (diff) | |
VideoConfig: Remove bRunning
Value was set but not used.
Diffstat (limited to 'Source/Core/VideoCommon/VideoConfig.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/VideoConfig.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; |
