summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2017-12-22 01:14:14 +0100
committerMax Kellermann <max@musicpd.org>2017-12-22 01:14:39 +0100
commitf0d184884a4ba9e0432e5174599c3050869f0598 (patch)
tree091da18242e6ad5be6459b147ce3a6a7820cf034 /src
parent8fca04f1400b5b8922392b338a9a97d471d96902 (diff)
player/Thread: remove obsolete commented code
Diffstat (limited to 'src')
-rw-r--r--src/player/Thread.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/player/Thread.cxx b/src/player/Thread.cxx
index e0fd1cb50..e62b04e69 100644
--- a/src/player/Thread.cxx
+++ b/src/player/Thread.cxx
@@ -1028,14 +1028,6 @@ Player::Run() noexcept
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) {
/* the decoder has finished the current song;
make it decode the next song */