Commit f0d18488 authored by Max Kellermann's avatar Max Kellermann

player/Thread: remove obsolete commented code

parent 8fca04f1
...@@ -1028,14 +1028,6 @@ Player::Run() noexcept ...@@ -1028,14 +1028,6 @@ Player::Run() noexcept
continue; continue;
} }
#ifndef NDEBUG
/*
music_pipe_check_format(&play_audio_format,
next_song_chunk,
&dc.out_audio_format);
*/
#endif
if (dc.LockIsIdle() && queued && dc.pipe == pipe) { if (dc.LockIsIdle() && queued && dc.pipe == pipe) {
/* the decoder has finished the current song; /* the decoder has finished the current song;
make it decode the next song */ make it decode the next song */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment