mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-06 21:28:26 +02:00
comment out never used
Origin commit data
------------------
Commit: 9124c20f31
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-04 (Sat, 04 Aug 2012)
This commit is contained in:
@@ -284,7 +284,8 @@ void CRCInput::restartInput()
|
||||
close();
|
||||
open();
|
||||
}
|
||||
|
||||
#if 0
|
||||
//never used
|
||||
int CRCInput::messageLoop( bool anyKeyCancels, int timeout )
|
||||
{
|
||||
neutrino_msg_t msg;
|
||||
@@ -335,6 +336,7 @@ int CRCInput::messageLoop( bool anyKeyCancels, int timeout )
|
||||
}
|
||||
return res;
|
||||
}
|
||||
#endif
|
||||
|
||||
int CRCInput::addTimer(uint64_t Interval, bool oneshot, bool correct_time )
|
||||
{
|
||||
@@ -1557,7 +1559,8 @@ void CRCInput::close_click()
|
||||
void CRCInput::open_click()
|
||||
{
|
||||
}
|
||||
|
||||
#if 0
|
||||
//never used
|
||||
void CRCInput::reset_dsp(int /*rate*/)
|
||||
{
|
||||
}
|
||||
@@ -1565,7 +1568,7 @@ void CRCInput::reset_dsp(int /*rate*/)
|
||||
void CRCInput::set_dsp()
|
||||
{
|
||||
}
|
||||
|
||||
#endif
|
||||
void CRCInput::play_click()
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user