Remove unneeded parameter/return value
The item type parameter/return value no longer needs to be
passed/returned to interact_day_item_{paste,cut}(), since the type
descriptor is saved when cutting an item now.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
@@ -717,8 +717,8 @@ void interact_day_item_edit(void);
|
||||
void interact_day_item_pipe(void);
|
||||
void interact_day_item_repeat(void);
|
||||
void interact_day_item_cut_free();
|
||||
int interact_day_item_cut(unsigned *, unsigned *);
|
||||
void interact_day_item_paste(unsigned *, unsigned *, int);
|
||||
void interact_day_item_cut(unsigned *, unsigned *);
|
||||
void interact_day_item_paste(unsigned *, unsigned *);
|
||||
void interact_todo_add(void);
|
||||
void interact_todo_delete(void);
|
||||
void interact_todo_edit(void);
|
||||
|
||||
Reference in New Issue
Block a user