summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/apps/playback.c b/apps/playback.c
index a880e4ef13..5e42b7629d 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -83,10 +83,6 @@
83#include "talk.h" 83#include "talk.h"
84#endif 84#endif
85 85
86#ifdef HAVE_WM8758
87#include "menus/eq_menu.h"
88#endif
89
90#define PLAYBACK_VOICE 86#define PLAYBACK_VOICE
91 87
92/* default point to start buffer refill */ 88/* default point to start buffer refill */
@@ -2601,9 +2597,6 @@ void audio_init(void)
2601 audio_is_initialized = true; 2597 audio_is_initialized = true;
2602 2598
2603 sound_settings_apply(); 2599 sound_settings_apply();
2604#ifdef HAVE_WM8758
2605 eq_hw_enable(global_settings.eq_hw_enabled);
2606#endif
2607#ifndef HAVE_FLASH_STORAGE 2600#ifndef HAVE_FLASH_STORAGE
2608 audio_set_buffer_margin(global_settings.buffer_margin); 2601 audio_set_buffer_margin(global_settings.buffer_margin);
2609#endif 2602#endif