summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/calendar.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/plugins/calendar.c b/apps/plugins/calendar.c
index 82125bb921..286dd83c5b 100644
--- a/apps/plugins/calendar.c
+++ b/apps/plugins/calendar.c
@@ -91,10 +91,6 @@ static void calendar_init(struct today *today, struct shown *shown)
today->year = 2000+tm->tm_year%100;
today->wday = tm->tm_wday-1;
today->mday = tm->tm_mday;
-#ifdef SIMULATOR
- today->wday = 3;
- today->mday = 13;
-#endif
shown->mday = today->mday;
shown->mon = today->mon;
shown->year = today->year;