From 8414a44ad428eaac2b81295cb454160f26671b05 Mon Sep 17 00:00:00 2001 From: Boris Gjenero Date: Thu, 15 Dec 2011 21:49:48 +0000 Subject: Remove conditional added around set_day_of_week in r31301. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31305 a1c6a512-1295-4272-9138-f99709370657 --- firmware/include/timefuncs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/include/timefuncs.h') diff --git a/firmware/include/timefuncs.h b/firmware/include/timefuncs.h index 4c5f0fb..b7e9be5 100644 --- a/firmware/include/timefuncs.h +++ b/firmware/include/timefuncs.h @@ -30,8 +30,8 @@ struct tm *get_time(void); int set_time(const struct tm *tm); #if CONFIG_RTC bool valid_time(const struct tm *tm); -void set_day_of_week(struct tm *tm); #endif +void set_day_of_week(struct tm *tm); #endif /* _TIMEFUNCS_H_ */ -- cgit v1.1