From 58132913a1c8baad265ac6fa94f1364df517d175 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Fri, 8 Sep 2023 17:10:49 +1000 Subject: [PATCH] base64: don't define "Free" b64 doesn't have per-pane data, so no need for "Free" Signed-off-by: NeilBrown --- lib-base64.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib-base64.c b/lib-base64.c index faccce46..a8f149c7 100644 --- a/lib-base64.c +++ b/lib-base64.c @@ -465,7 +465,6 @@ void edlib_init(struct pane *ed safe) key_add(b64_map, "doc:content-bytes", &base64_content); key_add(b64_map, "doc:set-ref", &base64_setref); key_add(b64_map, "mark:arrived", &base64_arrived); - key_add(b64_map, "Free", &edlib_do_free); call_comm("global-set-command", ed, &b64_attach, 0, NULL, "attach-base64"); } -- 2.39.5