summaryrefslogtreecommitdiff
path: root/src/touchhandler/TouchHandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchhandler/TouchHandler.h')
-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;