forked from dolphin-emu/dolphin
VideoConfig: Remove bRunning
Value was set but not used.
This commit is contained in:
@@ -25,8 +25,6 @@ void UpdateActiveConfig()
|
||||
|
||||
VideoConfig::VideoConfig()
|
||||
{
|
||||
bRunning = false;
|
||||
|
||||
// Needed for the first frame, I think
|
||||
fAspectRatioHackW = 1;
|
||||
fAspectRatioHackH = 1;
|
||||
|
||||
@@ -61,7 +61,6 @@ struct VideoConfig final
|
||||
|
||||
// General
|
||||
bool bVSync;
|
||||
bool bRunning;
|
||||
bool bWidescreenHack;
|
||||
int iAspectRatio;
|
||||
bool bCrop; // Aspect ratio controls.
|
||||
|
||||
Reference in New Issue
Block a user