From 57c4f9d8ea3bf760eac418fa31b5c0ff72e786fb Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Wed, 27 Jun 2012 09:50:19 +0200 Subject: Remove legacy cut/paste code Note that this doesn't remove *_dup() since these might still be needed later. Signed-off-by: Lukas Fleischer --- src/apoint.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/apoint.c') diff --git a/src/apoint.c b/src/apoint.c index c8bc1f8..57223bc 100644 --- a/src/apoint.c +++ b/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); -- cgit v1.2.3-54-g00ecf