diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-08-22 16:49:18 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-09-14 12:10:14 +0200 |
| commit | 5040733a97560f8f0ef73f7df7982c5acaf15b47 (patch) | |
| tree | e7239af54f6aaaadb23393a082c8734ac385ea74 /src/displayapp/Messages.h | |
| parent | fd019c7aada09dc78d72eb599798952d608baeb8 (diff) | |
Clean unused DisplayApp messages
Diffstat (limited to 'src/displayapp/Messages.h')
| -rw-r--r-- | src/displayapp/Messages.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/Messages.h b/src/displayapp/Messages.h index 1418f6be..dcfff4c2 100644 --- a/src/displayapp/Messages.h +++ b/src/displayapp/Messages.h @@ -7,7 +7,6 @@ namespace Pinetime { enum class Messages : uint8_t { GoToSleep, GoToRunning, - UpdateDateTime, UpdateBleConnection, TouchEvent, ButtonPushed, @@ -17,7 +16,8 @@ namespace Pinetime { NewNotification, TimerDone, BleFirmwareUpdateStarted, - DimScreen, + // Resets the screen timeout timer when awake + // Does nothing when asleep NotifyDeviceActivity, ShowPairingKey, AlarmTriggered, |
