From fda41b892eba8a72cdf221ff32608656a1c036cc Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Wed, 24 Oct 2007 15:34:36 +0000 Subject: 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 --- firmware/export/rtc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'firmware/export/rtc.h') diff --git a/firmware/export/rtc.h b/firmware/export/rtc.h index 3d7a6d6..8d54e8b 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); -- cgit v1.1