diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-11-09 18:14:23 +0100 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2011-11-14 11:08:14 +0100 |
commit | edad2f39db6d7ad4bcb41d04298b87c0de26fe1a (patch) | |
tree | cb361f92f5f4d33e863a2a8978d0b24e7c489d11 /src/calcurse.h | |
parent | 41c33eeb44d1b1a4b476810757f7b91032950439 (diff) | |
download | 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/calcurse.h')
-rw-r--r-- | src/calcurse.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |