From 1de34587abc135edf9af8f9d8d6094ac10f0143c Mon Sep 17 00:00:00 2001
From: Lukas Fleischer <calcurse@cryptocrack.de>
Date: Thu, 14 Apr 2011 10:44:10 +0200
Subject: Remove "next" member from "apoint" structure.

Field seems to be unused. Verify using following spatch:

----
@@ struct apoint *apt; @@

* apt->next
----

Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
---
 src/calcurse.h | 1 -
 1 file changed, 1 deletion(-)

(limited to 'src')

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 */
 
-- 
cgit v1.2.3-70-g09d2