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:
Jacek Jendrzej
2012-10-14 17:05:43 +02:00
parent 6be7716efd
commit bc458325f6
3 changed files with 6 additions and 6 deletions

View File

@@ -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;

View File

@@ -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

View File

@@ -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;