From 46d9538587a3521caa1e3b20bf337a53ed400777 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Tue, 19 Apr 2016 13:23:08 +0200 Subject: refactoring context handling MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I0e5a900efbd94b66f309ff4d0d49a6406585203f Signed-off-by: José Bollo --- include/afb-plugin.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/afb-plugin.h') diff --git a/include/afb-plugin.h b/include/afb-plugin.h index c7252d64..dfb6fbad 100644 --- a/include/afb-plugin.h +++ b/include/afb-plugin.h @@ -55,7 +55,6 @@ struct AFB_plugin const char *info; const char *prefix; const struct AFB_restapi *apis; - void (*freeCtxCB)(void*); // callback to free application context [null for standard free] }; /* config mode */ -- cgit 1.2.3-korg