summaryrefslogtreecommitdiff
path: root/src/displayapp/screens/Error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/Error.cpp')
-rw-r--r--src/displayapp/screens/Error.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/displayapp/screens/Error.cpp b/src/displayapp/screens/Error.cpp
index 7ad52ad..75946ab 100644
--- a/src/displayapp/screens/Error.cpp
+++ b/src/displayapp/screens/Error.cpp
@@ -48,7 +48,3 @@ void Error::ButtonEventHandler() {
Error::~Error() {
lv_obj_clean(lv_scr_act());
}
-
-bool Error::Refresh() {
- return running;
-}