mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-10 07:08:33 +02:00
rcinput: remove unused/unimplemented click functions
This commit is contained in:
committed by
M. Liebmann
parent
dceb6989a8
commit
f45456d7a8
@@ -90,7 +90,6 @@ void* CAudioPlayer::PlayThread( void* /*dummy*/ )
|
||||
{
|
||||
int soundfd = -1;
|
||||
set_threadname("audio:play");
|
||||
g_RCInput->close_click();
|
||||
/* Decode stdin to stdout. */
|
||||
CBaseDec::RetCode Status =
|
||||
CBaseDec::DecoderBase( &getInstance()->m_Audiofile, soundfd,
|
||||
@@ -109,8 +108,6 @@ void* CAudioPlayer::PlayThread( void* /*dummy*/ )
|
||||
"unknown" );
|
||||
}
|
||||
|
||||
g_RCInput->open_click();
|
||||
|
||||
getInstance()->state = CBaseDec::STOP;
|
||||
pthread_exit(0);
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user