diff options
-rw-r--r-- | src/calcurse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h index a2b7bcc..a31c4f2 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -324,7 +324,6 @@ struct rpt { /* Recurrent appointment definition. */ struct recur_apoint { - struct recur_apoint *next; struct rpt *rpt; /* information about repetition */ struct days *exc; /* days when the item should not be repeated */ long start; /* beggining of the appointment */ |