Commit 2d985b01 authored by Qball Cow's avatar Qball Cow

Remove a line of dead code

git-svn-id: https://svn.musicpd.org/mpd/trunk@5235 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 44c5549b
...@@ -940,8 +940,7 @@ int playPlaylistOrderNumber(int fd, int orderNum) ...@@ -940,8 +940,7 @@ int playPlaylistOrderNumber(int fd, int orderNum)
if (playerPlay(fd, (playlist.songs[playlist.order[orderNum]])) < 0) { if (playerPlay(fd, (playlist.songs[playlist.order[orderNum]])) < 0) {
stopPlaylist(fd); stopPlaylist(fd);
return -1; return -1;
} else }
playlist.current++;
playlist.current = orderNum; playlist.current = orderNum;
......
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