mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
unused funktions
Origin commit data
------------------
Commit: 5428d36da4
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-14 (Sun, 14 Oct 2012)
This commit is contained in:
@@ -232,7 +232,7 @@ unsigned char SMSKeyInput::getOldKey() const
|
|||||||
{
|
{
|
||||||
return m_oldKey;
|
return m_oldKey;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
const timeval* SMSKeyInput::getOldKeyTime() const
|
const timeval* SMSKeyInput::getOldKeyTime() const
|
||||||
{
|
{
|
||||||
return &m_oldKeyTime;
|
return &m_oldKeyTime;
|
||||||
@@ -248,7 +248,7 @@ int SMSKeyInput::getTimeout() const
|
|||||||
{
|
{
|
||||||
return m_timeout;
|
return m_timeout;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
void SMSKeyInput::setTimeout(int timeout)
|
void SMSKeyInput::setTimeout(int timeout)
|
||||||
{
|
{
|
||||||
m_timeout = timeout;
|
m_timeout = timeout;
|
||||||
|
@@ -92,7 +92,7 @@ public:
|
|||||||
* @return the last key calculated by #handleMsg(neutrino_msg_t)
|
* @return the last key calculated by #handleMsg(neutrino_msg_t)
|
||||||
*/
|
*/
|
||||||
unsigned char getOldKey() const;
|
unsigned char getOldKey() const;
|
||||||
|
#if 0
|
||||||
/**
|
/**
|
||||||
* Returns time of last key push.
|
* Returns time of last key push.
|
||||||
* resolution: usecs
|
* resolution: usecs
|
||||||
@@ -106,7 +106,7 @@ public:
|
|||||||
time_t getOldKeyTimeSec() const;
|
time_t getOldKeyTimeSec() const;
|
||||||
|
|
||||||
int getTimeout() const;
|
int getTimeout() const;
|
||||||
|
#endif
|
||||||
/**
|
/**
|
||||||
* Sets the timeout.
|
* Sets the timeout.
|
||||||
* @param timeout keypresses within this period are taken as a
|
* @param timeout keypresses within this period are taken as a
|
||||||
|
@@ -1033,7 +1033,7 @@ bool CFrontend::tuneChannel(CZapitChannel * /*channel*/, bool /*nvod*/)
|
|||||||
return false;
|
return false;
|
||||||
return tuneFrequency(&transponder->second.feparams, transponder->second.polarization, false);
|
return tuneFrequency(&transponder->second.feparams, transponder->second.polarization, false);
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
bool CFrontend::retuneChannel(void)
|
bool CFrontend::retuneChannel(void)
|
||||||
{
|
{
|
||||||
mutex.lock();
|
mutex.lock();
|
||||||
@@ -1044,7 +1044,7 @@ bool CFrontend::retuneChannel(void)
|
|||||||
mutex.unlock();
|
mutex.unlock();
|
||||||
return tuneFrequency(&transponder->second.feparams, transponder->second.polarization, true);
|
return tuneFrequency(&transponder->second.feparams, transponder->second.polarization, true);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
int CFrontend::tuneFrequency(FrontendParameters * feparams, uint8_t polarization, bool nowait)
|
int CFrontend::tuneFrequency(FrontendParameters * feparams, uint8_t polarization, bool nowait)
|
||||||
{
|
{
|
||||||
TP_params TP;
|
TP_params TP;
|
||||||
|
Reference in New Issue
Block a user