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;
}
#if 0
const timeval* SMSKeyInput::getOldKeyTime() const
{
return &m_oldKeyTime;
@@ -248,7 +248,7 @@ int SMSKeyInput::getTimeout() const
{
return m_timeout;
}
#endif
void SMSKeyInput::setTimeout(int timeout)
{
m_timeout = timeout;