From f54c15c8b1b88c9689cadf9a9bc43a5f735f4b8e Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 26 May 2012 15:05:57 +0200 Subject: Revert "Fix player thread teardown/signals on OS X" This reverts commit f6dffd1822404522b8354ac453a911a0d98bfc61. --- src/ui_act.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/ui_act.c') diff --git a/src/ui_act.c b/src/ui_act.c index a4fc1f7..2cc3197 100644 --- a/src/ui_act.c +++ b/src/ui_act.c @@ -54,10 +54,6 @@ static inline void BarUiDoSkipSong (struct audioPlayer *player) { assert (player != NULL); if (player->mode != PLAYER_FINISHED_PLAYBACK && player->mode != PLAYER_FREED) { - /* unpause to make sure thread is able to reach cancellation point */ - if (player->paused) { - pthread_kill (player->thread, BAR_PLAYER_SIGCONT); - } pthread_cancel (player->thread); } } -- cgit v1.2.3