diff options
Diffstat (limited to 'frontend.c')
-rw-r--r-- | frontend.c | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.c,v 1.71 2009-08-18 12:43:37 phintuka Exp $ + * $Id: frontend.c,v 1.72 2009-08-18 12:53:42 phintuka Exp $ * */ @@ -249,12 +249,6 @@ bool cXinelibThread::IsReady(void) return m_bReady; } -bool cXinelibThread::IsFinished(void) -{ - LOCK_THREAD; - return m_bIsFinished; -} - // // Playback control // |