diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-04-14 06:41:00 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-04-14 06:41:00 +0000 |
commit | 93fee6fc852305c6553410a8696b6e01f0ba3978 (patch) | |
tree | eb7f1b197c9864399431861513a77f1f7da0c0eb /src | |
parent | 0f040a70305c76146cfd153c9f697311c4199699 (diff) | |
download | mpd-93fee6fc852305c6553410a8696b6e01f0ba3978.tar.gz mpd-93fee6fc852305c6553410a8696b6e01f0ba3978.tar.xz mpd-93fee6fc852305c6553410a8696b6e01f0ba3978.zip |
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
Diffstat (limited to '')
-rw-r--r-- | src/command.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c index 9fc1673d2..a7e5b38fd 100644 --- a/src/command.c +++ b/src/command.c @@ -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: |