summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-08-10 22:37:41 +0300
committerRiku Isokoski <riksu9000@gmail.com>2021-08-10 22:37:41 +0300
commitcd7ca458fa959ba6d60b2cf107b198e462315abd (patch)
tree71e8382919a2175716eced48b38179c5449cf91d
parent6776776421bd73c8e8f927af3ffc45ce77fe0e0d (diff)
Remove leftover
-rw-r--r--src/touchhandler/TouchHandler.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/touchhandler/TouchHandler.h b/src/touchhandler/TouchHandler.h
index 38cb36cb..e2140cae 100644
--- a/src/touchhandler/TouchHandler.h
+++ b/src/touchhandler/TouchHandler.h
@@ -21,7 +21,6 @@ namespace Pinetime {
void CancelTap();
bool GetNewTouchInfo();
void UpdateLvglTouchPoint();
- void Register(Pinetime::System::SystemTask* systemTask);
bool IsTouching() const {
return info.touching;