summaryrefslogtreecommitdiff
path: root/src/touchhandler
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-08-10 19:37:41 (GMT)
committerRiku Isokoski <riksu9000@gmail.com>2021-08-10 19:37:41 (GMT)
commitcd7ca458fa959ba6d60b2cf107b198e462315abd (patch)
tree71e8382919a2175716eced48b38179c5449cf91d /src/touchhandler
parent6776776421bd73c8e8f927af3ffc45ce77fe0e0d (diff)
Remove leftover
Diffstat (limited to 'src/touchhandler')
-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 38cb36c..e2140ca 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;