summaryrefslogtreecommitdiff
path: root/apps/plugins/calendar.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/calendar.c')
-rw-r--r--apps/plugins/calendar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/calendar.c b/apps/plugins/calendar.c
index de27012a26..a570f37508 100644
--- a/apps/plugins/calendar.c
+++ b/apps/plugins/calendar.c
@@ -186,8 +186,6 @@ CONFIG_KEYPAD == SANSA_M200_PAD
186#define CELL_WIDTH (LCD_WIDTH / 7) 186#define CELL_WIDTH (LCD_WIDTH / 7)
187#define CELL_HEIGHT (LCD_HEIGHT / 7) 187#define CELL_HEIGHT (LCD_HEIGHT / 7)
188 188
189MEM_FUNCTION_WRAPPERS
190
191static bool leap_year; 189static bool leap_year;
192/* days_in_month[][0] is for December */ 190/* days_in_month[][0] is for December */
193static const int days_in_month[2][13] = { 191static const int days_in_month[2][13] = {