Code cleanup (#466)

* Code cleanup
* Remove override again
This commit is contained in:
Riku Isokoski
2021-07-25 17:54:05 +03:00
committed by GitHub
parent 34949a47c5
commit ec2469a6c1
10 changed files with 42 additions and 66 deletions

View File

@@ -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);
}