aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.c
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2011-11-09 18:14:23 +0100
committerLukas Fleischer <calcurse@cryptocrack.de>2011-11-14 11:08:14 +0100
commitedad2f39db6d7ad4bcb41d04298b87c0de26fe1a (patch)
treecb361f92f5f4d33e863a2a8978d0b24e7c489d11 /src/apoint.c
parent41c33eeb44d1b1a4b476810757f7b91032950439 (diff)
downloadcalcurse-edad2f39db6d7ad4bcb41d04298b87c0de26fe1a.tar.gz
calcurse-edad2f39db6d7ad4bcb41d04298b87c0de26fe1a.zip
Removed unused parameter from apoint_sec2str()
This is no longer needed as of commit 2d89d336. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/apoint.c')
-rw-r--r--src/apoint.c2
1 files changed, 1 insertions, 1 deletions
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;