diff options
Diffstat (limited to 'src/calcurse.h')
-rw-r--r-- | src/calcurse.h | 1 |
1 files changed, 0 insertions, 1 deletions
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. */ |