Remove leftover

This commit is contained in:
Riku Isokoski 2021-08-10 22:37:41 +03:00
parent 6776776421
commit cd7ca458fa

View File

@ -21,7 +21,6 @@ namespace Pinetime {
void CancelTap(); void CancelTap();
bool GetNewTouchInfo(); bool GetNewTouchInfo();
void UpdateLvglTouchPoint(); void UpdateLvglTouchPoint();
void Register(Pinetime::System::SystemTask* systemTask);
bool IsTouching() const { bool IsTouching() const {
return info.touching; return info.touching;