Minor formatting cleanups.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6444 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
@@ -222,11 +222,6 @@ int playerStop(int fd)
|
||||
void playerKill(void)
|
||||
{
|
||||
int pid;
|
||||
/*PlayerControl * pc = &(getPlayerData()->playerControl);
|
||||
|
||||
playerStop(stderr);
|
||||
playerCloseAudio(stderr);
|
||||
if(player_pid>0 && pc->closeAudio) sleep(1); */
|
||||
|
||||
pid = player_pid;
|
||||
if (pid > 0)
|
||||
|
Reference in New Issue
Block a user