summaryrefslogtreecommitdiffstats
path: root/apps/main_clock/main.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/main_clock/main.hpp')
-rw-r--r--apps/main_clock/main.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/main_clock/main.hpp b/apps/main_clock/main.hpp
index 1cd1e14..8163c22 100644
--- a/apps/main_clock/main.hpp
+++ b/apps/main_clock/main.hpp
@@ -9,7 +9,6 @@ class app_main_clock : public BaseApp {
private:
void time_as_str(char *buf, uint buf_size, const datetime_t *t);
void date_as_str(char *buf, uint buf_size, const datetime_t *t);
- void show_datetime(Api *app_api);
AppAttributes app_attributes = {1, true};
public: