Skip to content

Commit

Permalink
Core: Remove some now unused variables.
Browse files Browse the repository at this point in the history
From removed settings.
  • Loading branch information
unknownbrackets committed Feb 18, 2019
1 parent 9e8341c commit a29fe3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 0 additions & 4 deletions Core/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,10 +505,6 @@ static int DefaultZoomType() {
return (int)SmallDisplayZoom::AUTO;
}

static bool DefaultTimerHack() {
return false;
}

static int DefaultAndroidHwScale() {
#ifdef __ANDROID__
if (System_GetPropertyInt(SYSPROP_SYSTEMVERSION) >= 19 || System_GetPropertyInt(SYSPROP_DEVICE_TYPE) == DEVICE_TYPE_TV) {
Expand Down
3 changes: 1 addition & 2 deletions UI/GameSettingsScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ class GameSettingsScreen : public UIDialogScreenWithGameBackground {
UI::EventReturn OnSavedataManager(UI::EventParams &e);
UI::EventReturn OnSysInfo(UI::EventParams &e);

// Temporaries to convert bools to int settings
bool cap60FPS_;
// Temporaries to convert setting types.
int iAlternateSpeedPercent1_;
int iAlternateSpeedPercent2_;
bool enableReports_;
Expand Down

0 comments on commit a29fe3f

Please sign in to comment.