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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/displayapp/screens/Label.h b/src/displayapp/screens/Label.h
index 62b80be..7e86c83 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:
bool running = true;
@@ -25,4 +23,4 @@ namespace Pinetime {
};
}
}
-} \ No newline at end of file
+}