From 809495144f97fbc9e6dc98fdf71af6a413577982 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 30 Oct 2018 17:09:23 +0100 Subject: Retrieve plugin list from api rather than a global Change-Id: Iba7c564eea48495c76de8ca919725a2e4b332fd6 Signed-off-by: Romain Forlot --- ctl-lib/ctl-plugin.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'ctl-lib/ctl-plugin.h') diff --git a/ctl-lib/ctl-plugin.h b/ctl-lib/ctl-plugin.h index d7ede8e..0ae6fbf 100644 --- a/ctl-lib/ctl-plugin.h +++ b/ctl-lib/ctl-plugin.h @@ -117,8 +117,6 @@ typedef struct { } exec; } CtlActionT; -extern CtlPluginT *ctlPlugins; - typedef int(*DispatchPluginInstallCbT)(CtlPluginT *plugin, void* handle); #define MACRO_STR_VALUE(arg) #arg -- cgit 1.2.3-korg