From edad2f39db6d7ad4bcb41d04298b87c0de26fe1a Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 9 Nov 2011 18:14:23 +0100 Subject: Removed unused parameter from apoint_sec2str() This is no longer needed as of commit 2d89d336. Signed-off-by: Lukas Fleischer --- src/apoint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apoint.c') diff --git a/src/apoint.c b/src/apoint.c index 59c49ec..31608d1 100644 --- a/src/apoint.c +++ b/src/apoint.c @@ -389,7 +389,7 @@ apoint_inday (struct apoint *i, long start) } void -apoint_sec2str (struct apoint *o, int type, long day, char *start, char *end) +apoint_sec2str (struct apoint *o, long day, char *start, char *end) { struct tm *lt; time_t t; -- cgit v1.2.3-54-g00ecf