summaryrefslogtreecommitdiff
path: root/apps/plugins/clock/clock.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/clock/clock.c')
-rw-r--r--apps/plugins/clock/clock.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/plugins/clock/clock.c b/apps/plugins/clock/clock.c
index 8a1a55e17f..641a1e7ad3 100644
--- a/apps/plugins/clock/clock.c
+++ b/apps/plugins/clock/clock.c
@@ -110,7 +110,6 @@ enum plugin_status plugin_start(const void* parameter){
110 int button; 110 int button;
111 int last_second = -1; 111 int last_second = -1;
112 bool redraw=true; 112 bool redraw=true;
113 int i;
114 struct time time; 113 struct time time;
115 struct counter counter; 114 struct counter counter;
116 bool exit_clock = false; 115 bool exit_clock = false;