From 416762da1d4f23b99ecff4330d8ce079870af04d Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Mon, 25 Sep 2017 10:13:43 +0200 Subject: [PATCH] fix(c-types): remove useless LinphoneStatus and bool_t --- include/linphone/api/c-types.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/linphone/api/c-types.h b/include/linphone/api/c-types.h index b1d48dc13..7af89ac15 100644 --- a/include/linphone/api/c-types.h +++ b/include/linphone/api/c-types.h @@ -36,10 +36,6 @@ // Misc. // ============================================================================= -typedef int LinphoneStatus; - -typedef unsigned char bool_t; - #ifdef TRUE #undef TRUE #endif