VideoConfig: Remove bRunning

Value was set but not used.
This commit is contained in:
MerryMage 2017-06-11 13:35:28 +01:00
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;