mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-01 07:06:45 +00:00
VideoConfig: Remove bRunning
Value was set but not used.
This commit is contained in:
parent
eefae402b3
commit
a0b41c83e7
6 changed files with 0 additions and 10 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue