From 93fee6fc852305c6553410a8696b6e01f0ba3978 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 14 Apr 2008 06:41:00 +0000 Subject: 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 --- src/command.c | 1 - 1 file changed, 1 deletion(-) 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: -- cgit v1.2.3