summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/List.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/List.h')
-rw-r--r--src/displayapp/screens/List.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/List.h b/src/displayapp/screens/List.h
index a45fd1d3..d9f61f29 100644
--- a/src/displayapp/screens/List.h
+++ b/src/displayapp/screens/List.h
@@ -27,8 +27,6 @@ namespace Pinetime {
std::array<Applications, MAXLISTITEMS>& applications);
~List() override;
- bool Refresh() override;
-
void OnButtonEvent(lv_obj_t* object, lv_event_t event);
private: