remove leftover stumps

This commit is contained in:
Thomas Göttgens
2022-03-28 17:40:17 +02:00
parent f119e294af
commit 50edeb5281
5 changed files with 0 additions and 14 deletions

View File

@@ -19,9 +19,3 @@ void CardKbI2cImpl::init()
DEBUG_MSG("registerSource\n");
inputBroker->registerSource(this);
}
void CardKbI2cImpl::handlePressed()
{
DEBUG_MSG("handlePressed\n");
cardKbI2cImpl->PressHandler();
}