diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-06-27 07:35:11 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2012-06-30 14:34:36 +0200 |
commit | 44d3c96828a856b67f87411e4cf8c933677f6d01 (patch) | |
tree | 228f609683b66c736e9bb70f779eac5ac7f96aaf /src/calcurse.h | |
parent | 954e3fd8ee08054e79013e6af69c8026bce929a7 (diff) | |
download | calcurse-44d3c96828a856b67f87411e4cf8c933677f6d01.zip |
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>
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. */ |