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 <calcurse@cryptocrack.de>
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user