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/calcurse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/calcurse.h') diff --git a/src/calcurse.h b/src/calcurse.h index f7ad0dd..687c118 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -588,7 +588,7 @@ void apoint_delete (unsigned *, unsigned *); int apoint_cut (unsigned *, unsigned *); void apoint_paste (unsigned *, unsigned *, int); unsigned apoint_inday (struct apoint *, long); -void apoint_sec2str (struct apoint *, int, long, char *, char *); +void apoint_sec2str (struct apoint *, long, char *, char *); void apoint_write (struct apoint *, FILE *); struct apoint *apoint_scan (FILE *, struct tm, struct tm, char, char *); struct apoint *apoint_get (long, int); -- cgit v1.2.3-54-g00ecf