From 372b71e5d7099373a20b14459182f9a3a05dbbba Mon Sep 17 00:00:00 2001 From: zephyrus Date: Mon, 17 Mar 2008 15:03:03 +0000 Subject: - Clean up of calc_times function. - Moved to timer.c/h because it's used in both map and char servers. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12382 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/mail.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/map/mail.c') diff --git a/src/map/mail.c b/src/map/mail.c index d6fc875a3..733fce646 100644 --- a/src/map/mail.c +++ b/src/map/mail.c @@ -16,12 +16,6 @@ #include #include -time_t mail_calctimes(void) -{ - time_t temp = time(NULL); - return mktime(localtime(&temp)); -} - void mail_clear(struct map_session_data *sd) { sd->mail.nameid = 0; -- cgit v1.2.3-70-g09d2