diff options
Diffstat (limited to 'apps/playback.c')
-rw-r--r-- | apps/playback.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/playback.c b/apps/playback.c index c7cfef018a..31aed2abe1 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -3851,10 +3851,6 @@ static void audio_change_frequency_callback(unsigned short id, void *data) static bool starting_playback = false; struct mp3entry *id3; -#ifdef AUDIOHW_HAVE_SET_OUTPUT - audiohw_set_output(); -#endif - switch (id) { case PLAYBACK_EVENT_START_PLAYBACK: |