summaryrefslogtreecommitdiff
path: root/firmware/include
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2009-08-11 20:03:59 +0000
committerFrank Gevaerts <frank@gevaerts.be>2009-08-11 20:03:59 +0000
commitceccec503e140ea70c0ac3ecf75c7f45c3fb7a0c (patch)
treef10a8775453386b9fe226cc620c6a4091f763aa8 /firmware/include
parent2dc50471ca17eaeb24b45abce4c0f8944cd781d5 (diff)
downloadrockbox-ceccec503e140ea70c0ac3ecf75c7f45c3fb7a0c.zip
rockbox-ceccec503e140ea70c0ac3ecf75c7f45c3fb7a0c.tar.gz
rockbox-ceccec503e140ea70c0ac3ecf75c7f45c3fb7a0c.tar.bz2
rockbox-ceccec503e140ea70c0ac3ecf75c7f45c3fb7a0c.tar.xz
Move yearday_to_daymonth() to usb_storage.c. It's the only user, this function is pretty specific, and it seems to be the cleanest way to avoid ram usage increases for unrelated targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22259 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/include')
-rw-r--r--firmware/include/timefuncs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/include/timefuncs.h b/firmware/include/timefuncs.h
index e9ef807..ab566d9 100644
--- a/firmware/include/timefuncs.h
+++ b/firmware/include/timefuncs.h
@@ -30,7 +30,6 @@ struct tm *get_time(void);
int set_time(const struct tm *tm);
bool valid_time(const struct tm *tm);
void set_day_of_week(struct tm *tm);
-void yearday_to_daymonth(int yd, int y, int *d, int *m);
#if CONFIG_RTC
time_t mktime(struct tm *t);
#endif