Remove legacy cut/paste code
Note that this doesn't remove *_dup() since these might still be needed later. Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
This commit is contained in:
10
src/apoint.c
10
src/apoint.c
@@ -42,18 +42,8 @@
|
||||
#include "calcurse.h"
|
||||
|
||||
llist_ts_t alist_p;
|
||||
static struct apoint bkp_cut_apoint;
|
||||
static int hilt;
|
||||
|
||||
void apoint_free_bkp(void)
|
||||
{
|
||||
if (bkp_cut_apoint.mesg) {
|
||||
mem_free(bkp_cut_apoint.mesg);
|
||||
bkp_cut_apoint.mesg = 0;
|
||||
}
|
||||
erase_note(&bkp_cut_apoint.note);
|
||||
}
|
||||
|
||||
void apoint_free(struct apoint *apt)
|
||||
{
|
||||
mem_free(apt->mesg);
|
||||
|
||||
Reference in New Issue
Block a user