command.c: remove dead commented code

We have revision control for a reason :)

git-svn-id: https://svn.musicpd.org/mpd/trunk@7357 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Eric Wong 2008-04-14 06:41:00 +00:00
parent 0f040a7030
commit 93fee6fc85

View File

@ -295,7 +295,6 @@ static int commandStatus(int fd, int *permission, int argc, char *argv[])
int updateJobId;
int song;
/*syncPlayerAndPlaylist(); */
playPlaylistIfPlayerStopped();
switch (getPlayerState()) {
case PLAYER_STATE_STOP: