InfiniTime.git

commit b3756e45fa50ce81255dc3bb21cbce4af3254f2f

Author: mark9064 <30447455+mark9064@users.noreply.github.com>

Remove unused method declarations

 src/systemtask/SystemTask.h | 3 ---


diff --git a/src/systemtask/SystemTask.h b/src/systemtask/SystemTask.h
index 79f1cf444f7e2b2cda40f05224714e591194f2cc..11dea52c72f42e552c2e02476faedf996aad10db 100644
--- a/src/systemtask/SystemTask.h
+++ b/src/systemtask/SystemTask.h
@@ -79,9 +79,6 @@       void PushMessage(Messages msg);
 
       void OnTouchEvent();
 
-      void OnIdle();
-      void OnDim();
-
       bool IsSleepDisabled() {
         return doNotGoToSleep;
       }