diff options
| author | Riku Isokoski <riksu9000@gmail.com> | 2021-09-14 12:34:09 (GMT) |
|---|---|---|
| committer | Riku Isokoski <riksu9000@gmail.com> | 2021-09-14 12:34:09 (GMT) |
| commit | f221f5d7443aeac964615d43098dd6ed79ca62f0 (patch) | |
| tree | 48c5ceaf3233f62736c1ee0936d7dbb47268042d /src/displayapp/screens/SystemInfo.cpp | |
| parent | d2d97319e0252ebd90fe1bbf4d3c7d8539711d56 (diff) | |
| parent | 6356c7f276d09ab32d6f1c1338dac0b00a602232 (diff) | |
Merge branch 'develop' into update_touch_driver
Diffstat (limited to 'src/displayapp/screens/SystemInfo.cpp')
| -rw-r--r-- | src/displayapp/screens/SystemInfo.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/displayapp/screens/SystemInfo.cpp b/src/displayapp/screens/SystemInfo.cpp index c45cc6b..475fbb8 100644 --- a/src/displayapp/screens/SystemInfo.cpp +++ b/src/displayapp/screens/SystemInfo.cpp @@ -67,13 +67,6 @@ SystemInfo::~SystemInfo() { lv_obj_clean(lv_scr_act()); } -bool SystemInfo::Refresh() { - if (running) { - screens.Refresh(); - } - return running; -} - bool SystemInfo::OnTouchEvent(Pinetime::Applications::TouchEvents event) { return screens.OnTouchEvent(event); } |
