diff options
author | Steve Bavin <pondlife@pondlife.me> | 2007-10-24 15:34:36 +0000 |
---|---|---|
committer | Steve Bavin <pondlife@pondlife.me> | 2007-10-24 15:34:36 +0000 |
commit | fda41b892eba8a72cdf221ff32608656a1c036cc (patch) | |
tree | 201072ded9067f4315e26ba7eefd4947610c4a1a /firmware/export/rtc.h | |
parent | 1e45eecb230ceb46d03f3c480450e13913ad9a52 (diff) |
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/rtc.h')
-rw-r--r-- | firmware/export/rtc.h | 4 |
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 @@ #if CONFIG_RTC -extern const int dayname[]; - -extern const int monthname[]; - /* Common functions for all targets */ void rtc_init(void); int rtc_read_datetime(unsigned char* buf); |