VideoConfig: Remove bRunning

Value was set but not used.
This commit is contained in:
MerryMage
2017-06-11 13:35:28 +01:00
parent eefae402b3
commit a0b41c83e7
6 changed files with 0 additions and 10 deletions

View File

@ -25,8 +25,6 @@ void UpdateActiveConfig()
VideoConfig::VideoConfig()
{
bRunning = false;
// Needed for the first frame, I think
fAspectRatioHackW = 1;
fAspectRatioHackH = 1;

View File

@ -61,7 +61,6 @@ struct VideoConfig final
// General
bool bVSync;
bool bRunning;
bool bWidescreenHack;
int iAspectRatio;
bool bCrop; // Aspect ratio controls.