Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #718 from lioncash/unused-var
DolphinWX: Remove an unused variable from ISOProperties
  • Loading branch information
delroth committed Aug 2, 2014
2 parents da2833c + a894163 commit 46ce810
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Core/DolphinWX/ISOProperties.cpp
Expand Up @@ -1026,9 +1026,7 @@ void CISOProperties::LoadGameConfig()
SetCheckboxValueFromGameini("Video", "UseBBox", UseBBox);

IniFile::Section* default_video = GameIniDefault.GetOrCreateSection("Video");
IniFile::Section* local_video = GameIniLocal.GetOrCreateSection("Video");

// First set values from default gameini, then apply values from local gameini
int iTemp;
default_video->Get("ProjectionHack", &iTemp);
default_video->Get("PH_SZNear", &PHack_Data.PHackSZNear);
Expand All @@ -1046,7 +1044,6 @@ void CISOProperties::LoadGameConfig()
if (GameIniLocal.GetIfExists("Video", "PH_ZFar", &sTemp))
PHack_Data.PHZFar = sTemp;


IniFile::Section* default_emustate = GameIniDefault.GetOrCreateSection("EmuState");
default_emustate->Get("EmulationStateId", &iTemp, 0/*Not Set*/);
EmuState->SetSelection(iTemp);
Expand Down

0 comments on commit 46ce810

Please sign in to comment.