aboutsummaryrefslogtreecommitdiffstats
path: root/src/calcurse.h
diff options
context:
space:
mode:
authorLukas Fleischer <calcurse@cryptocrack.de>2011-04-14 13:47:45 +0200
committerLukas Fleischer <calcurse@cryptocrack.de>2011-04-19 11:42:35 +0200
commit153c638d1d08484b96c1fbd3372aa13d75a3de63 (patch)
tree84c7f0a8e34f8f68fb5bc7eb6b1bd59d51f4f39d /src/calcurse.h
parentbf431d6cd9411714f849050a10071dc0fe0d7741 (diff)
downloadcalcurse-153c638d1d08484b96c1fbd3372aa13d75a3de63.tar.gz
calcurse-153c638d1d08484b96c1fbd3372aa13d75a3de63.zip
Use generic lists for generic day items.
Use the new generic list implementation instead of "next" pointers in day_item type variables. Includes some cleanups and fixes. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
Diffstat (limited to 'src/calcurse.h')
-rw-r--r--src/calcurse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/calcurse.h b/src/calcurse.h
index 7bcdb31..d97dc6b 100644
--- a/src/calcurse.h
+++ b/src/calcurse.h
@@ -291,7 +291,6 @@ struct day_items_nb {
/* Generic item description (to hold appointments, events...). */
struct day_item {
- struct day_item *next;
long start; /* seconds since 1 jan 1970 */
long appt_dur; /* appointment duration in seconds */
int type; /* (recursive or normal) event or appointment */