Refactor note removal
Remove the note removal code from *_delete()/*_erase() and create a new wrapper function called day_item_erase_note() that is be used to drop the note being associated to an item. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -224,9 +224,6 @@ void apoint_delete(struct apoint *apt, enum eraseflg flag)
|
||||
EXIT(_("no such appointment"));
|
||||
|
||||
switch (flag) {
|
||||
case ERASE_FORCE_ONLY_NOTE:
|
||||
erase_note(&apt->note);
|
||||
break;
|
||||
case ERASE_CUT:
|
||||
if (notify_bar())
|
||||
need_check_notify = notify_same_item(apt->start);
|
||||
|
||||
Reference in New Issue
Block a user