unused funktions

This commit is contained in:
satbaby
2012-10-14 17:05:43 +02:00
parent 3192a161f9
commit 5428d36da4
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;