diff options
| author | Moonlacer <jpsmock@outlook.com> | 2021-09-15 19:52:43 -0500 |
|---|---|---|
| committer | Moonlacer <jpsmock@outlook.com> | 2021-09-15 19:52:43 -0500 |
| commit | 44135b011fc0d39a2e8069133c18cc1b4e3ec99e (patch) | |
| tree | e047ddb66b02d80c9a1e4de0c34ce3407c746222 /src/common/settings.h | |
| parent | d86a9b9a4b693b720c63c08da3220869de49ecc9 (diff) | |
remove-audio-stretching-setting
Diffstat (limited to 'src/common/settings.h')
| -rw-r--r-- | src/common/settings.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/settings.h b/src/common/settings.h index b7195670b..e73c045cc 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -415,7 +415,6 @@ struct Values { BasicSetting<std::string> audio_device_id{"auto", "output_device"}; BasicSetting<std::string> sink_id{"auto", "output_engine"}; BasicSetting<bool> audio_muted{false, "audio_muted"}; - Setting<bool> enable_audio_stretching{true, "enable_audio_stretching"}; RangedSetting<u8> volume{100, 0, 100, "volume"}; // Core |
