From 153c638d1d08484b96c1fbd3372aa13d75a3de63 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Thu, 14 Apr 2011 13:47:45 +0200 Subject: 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 --- src/calcurse.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/calcurse.h') 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 */ -- cgit v1.2.3-54-g00ecf