diff options
Diffstat (limited to 'src/common/settings.cpp')
| -rw-r--r-- | src/common/settings.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/common/settings.cpp b/src/common/settings.cpp index 4a4ba307c..491adc30e 100644 --- a/src/common/settings.cpp +++ b/src/common/settings.cpp | |||
| @@ -151,9 +151,6 @@ float Volume() { | |||
| 151 | return values.volume.GetValue() / static_cast<f32>(values.volume.GetDefault()); | 151 | return values.volume.GetValue() / static_cast<f32>(values.volume.GetDefault()); |
| 152 | } | 152 | } |
| 153 | 153 | ||
| 154 | Linkage::Linkage(u32 initial_count) : count{initial_count} {} | ||
| 155 | Linkage::~Linkage() = default; | ||
| 156 | |||
| 157 | const char* TranslateCategory(Category category) { | 154 | const char* TranslateCategory(Category category) { |
| 158 | switch (category) { | 155 | switch (category) { |
| 159 | case Category::Audio: | 156 | case Category::Audio: |