fix(c-types): remove useless LinphoneStatus and bool_t

This commit is contained in:
Ronan Abhamon 2017-09-25 10:13:43 +02:00
parent e313860c97
commit 416762da1d

View file

@ -36,10 +36,6 @@
// Misc.
// =============================================================================
typedef int LinphoneStatus;
typedef unsigned char bool_t;
#ifdef TRUE
#undef TRUE
#endif