From 1309721790b7b2aeb29658b8907c99fcaabf85a5 Mon Sep 17 00:00:00 2001 From: José Bollo Date: Wed, 16 Mar 2016 22:02:24 +0100 Subject: removed private api and fix some few warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8d4427c94ca2b88a4f1add70b065d0b6d0865286 Signed-off-by: José Bollo --- include/local-def.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'include') diff --git a/include/local-def.h b/include/local-def.h index 0bf0294d..2deb8c04 100644 --- a/include/local-def.h +++ b/include/local-def.h @@ -188,12 +188,6 @@ typedef struct { AFB_aliasdir *aliasdir; // alias mapping for icons,apps,... } AFB_config; -typedef struct { - int len; // command number within application - json_object *jtype; -} AFB_privateApi; - - typedef struct { char *msg; size_t len; @@ -208,7 +202,6 @@ typedef struct { AFB_sessionE session; AFB_apiCB callback; char *info; - AFB_privateApi *privateapi; } AFB_restapi; // Plugin definition -- cgit 1.2.3-korg