aboutsummaryrefslogtreecommitdiffstats
path: root/src/apoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/apoint.c')
-rw-r--r--src/apoint.c10
1 files changed, 0 insertions, 10 deletions
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);