Removed unused parameter from apoint_sec2str()

This is no longer needed as of commit 2d89d336.

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
Lukas Fleischer
2011-11-09 18:14:23 +01:00
parent 41c33eeb44
commit edad2f39db
4 changed files with 7 additions and 8 deletions

View File

@@ -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;