From 44d3c96828a856b67f87411e4cf8c933677f6d01 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 27 Jun 2012 07:35:11 +0200 Subject: Remove "appt_pos" member from day items This is no longer used and removing it saves a few bytes per item. 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 adc742f..2986420 100644 --- a/src/calcurse.h +++ b/src/calcurse.h @@ -363,7 +363,6 @@ struct day_item { int type; /* (recursive or normal) event or appointment */ long start; /* start time of the repetition occurrence */ union aptev_ptr item; /* pointer to the actual item */ - int appt_pos; /* real position in recurrent list */ }; /* Available view for the calendar panel. */ -- cgit v1.2.3-54-g00ecf