summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Label.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/Label.h')
-rw-r--r--src/displayapp/screens/Label.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/displayapp/screens/Label.h b/src/displayapp/screens/Label.h
index 834f8c88..f1e49079 100644
--- a/src/displayapp/screens/Label.h
+++ b/src/displayapp/screens/Label.h
@@ -12,8 +12,6 @@ namespace Pinetime {
Label(uint8_t screenID, uint8_t numScreens, DisplayApp* app, lv_obj_t* labelText);
~Label() override;
- bool Refresh() override;
-
private:
lv_obj_t* labelText = nullptr;
lv_point_t pageIndicatorBasePoints[2];