Core: Remove some now unused variables.

From removed settings.
This commit is contained in:
Unknown W. Brackets 2019-02-18 09:14:05 -08:00
parent 9e8341cf88
commit a29fe3f46e
2 changed files with 1 additions and 6 deletions

View File

@ -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) {

View File

@ -106,8 +106,7 @@ private:
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_;