mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
rcinput: remove unused/unimplemented click functions
Origin commit data
------------------
Branch: ni/coolstream
Commit: f45456d7a8
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-20 (Mon, 20 Feb 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
committed by
Michael Liebmann
parent
3c678d45cf
commit
85b82bd12f
@@ -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