summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/SystemInfo.cpp
diff options
context:
space:
mode:
authorRiku Isokoski <riksu9000@gmail.com>2021-07-25 14:54:05 (GMT)
committerGitHub <noreply@github.com>2021-07-25 14:54:05 (GMT)
commitec2469a6c1efea44692cf5e3a90160f96a6013d3 (patch)
tree24b19a9fc6df868152d9ffdee1ca41ac032aeb8f /src/displayapp/screens/SystemInfo.cpp
parent34949a47c59e7a4d8f67a0188bba6d08a046340d (diff)
Code cleanup (#466)
* Code cleanup * Remove override again
Diffstat (limited to 'src/displayapp/screens/SystemInfo.cpp')
-rw-r--r--src/displayapp/screens/SystemInfo.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp
index f5bf0cc..853434d 100644
--- a/src/displayapp/screens/SystemInfo.cpp
+++ b/src/displayapp/screens/SystemInfo.cpp
@@ -70,11 +70,6 @@ bool SystemInfo::Refresh() {
return running;
}
-bool SystemInfo::OnButtonPushed() {
- running = false;
- return true;
-}
-
bool SystemInfo::OnTouchEvent(Pinetime::Applications::TouchEvents event) {
return screens.OnTouchEvent(event);
}