From 069f5420d66526ea1cbcd38244b70f5307d9bd40 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Fri, 3 Oct 2008 06:47:07 +0000 Subject: Fix FS#9397 - calendar plugin shows incorrect calendars, fix suggested by Thomas Schott git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18690 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/calendar.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps') 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; -- cgit v1.2.3