diff options
Diffstat (limited to 'src/common/settings.cpp')
| -rw-r--r-- | src/common/settings.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 10cdea844..d98dd2925 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -282,14 +282,6 @@ void UpdateRescalingInfo() { | |||
| 282 | info.active = info.up_scale != 1 || info.down_shift != 0; | 282 | info.active = info.up_scale != 1 || info.down_shift != 0; |
| 283 | } | 283 | } |
| 284 | 284 | ||
| 285 | std::string BasicSetting::ToStringGlobal() const { | ||
| 286 | return {}; | ||
| 287 | } | ||
| 288 | |||
| 289 | bool BasicSetting::UsingGlobal() const { | ||
| 290 | return true; | ||
| 291 | } | ||
| 292 | |||
| 293 | void RestoreGlobalState(bool is_powered_on) { | 285 | void RestoreGlobalState(bool is_powered_on) { |
| 294 | // If a game is running, DO NOT restore the global settings state | 286 | // If a game is running, DO NOT restore the global settings state |
| 295 | if (is_powered_on) { | 287 | if (is_powered_on) { |