summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorSteve Bavin <pondlife@pondlife.me>2007-10-24 15:34:36 +0000
committerSteve Bavin <pondlife@pondlife.me>2007-10-24 15:34:36 +0000
commitfda41b892eba8a72cdf221ff32608656a1c036cc (patch)
tree201072ded9067f4315e26ba7eefd4947610c4a1a /firmware/export
parent1e45eecb230ceb46d03f3c480450e13913ad9a52 (diff)
downloadrockbox-fda41b892eba8a72cdf221ff32608656a1c036cc.tar.gz
rockbox-fda41b892eba8a72cdf221ff32608656a1c036cc.zip
Try and save some bytes, seeing as we already assumed LANG_ constants for month and weekday names are contiguous.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15289 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/rtc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/firmware/export/rtc.h b/firmware/export/rtc.h
index 3d7a6d6ead..8d54e8b442 100644
--- a/firmware/export/rtc.h
+++ b/firmware/export/rtc.h
@@ -25,10 +25,6 @@
25 25
26#if CONFIG_RTC 26#if CONFIG_RTC
27 27
28extern const int dayname[];
29
30extern const int monthname[];
31
32/* Common functions for all targets */ 28/* Common functions for all targets */
33void rtc_init(void); 29void rtc_init(void);
34int rtc_read_datetime(unsigned char* buf); 30int rtc_read_datetime(unsigned char* buf);