aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/calcurse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index 31a2933..fec38b7 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -256,7 +256,6 @@ struct date {
/* Appointment definition. */
struct apoint
{
- struct apoint *next; /* appointments are stored in a linked-list */
long start; /* seconds since 1 jan 1970 */
long dur; /* duration of the appointment in seconds */