aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormark9064 <30447455+mark9064@users.noreply.github.com>2024-07-13 12:00:40 +0100
committerNeroBurner <pyro4hell@gmail.com>2024-09-21 21:08:07 +0200
commitb3756e45fa50ce81255dc3bb21cbce4af3254f2f (patch)
tree2e9a40b9feccd922626e3af340f6346f01726e6d
parenta2662028317bddf2c0e3060eeb02f202b18d958f (diff)
Remove unused method declarations
-rw-r--r--src/systemtask/SystemTask.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/systemtask/SystemTask.h b/src/systemtask/SystemTask.h
index 79f1cf44..11dea52c 100644
--- a/src/systemtask/SystemTask.h
+++ b/src/systemtask/SystemTask.h
@@ -79,9 +79,6 @@ namespace Pinetime {
void OnTouchEvent();
- void OnIdle();
- void OnDim();
-
bool IsSleepDisabled() {
return doNotGoToSleep;
}