summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 14217ed1ae..a6986068fa 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -989,11 +989,7 @@ void settings_apply(bool read_disk)
989#ifdef HAVE_PITCHSCREEN 989#ifdef HAVE_PITCHSCREEN
990 dsp_timestretch_enable(global_settings.timestretch_enabled); 990 dsp_timestretch_enable(global_settings.timestretch_enabled);
991#endif 991#endif
992 dsp_set_compressor(global_settings.compressor_threshold, 992 dsp_set_compressor();
993 global_settings.compressor_makeup_gain,
994 global_settings.compressor_ratio,
995 global_settings.compressor_knee,
996 global_settings.compressor_release_time);
997#endif 993#endif
998 994
999#ifdef HAVE_SPDIF_POWER 995#ifdef HAVE_SPDIF_POWER