From 58574e61bcf46469882a9a987db3fbc5bec822a8 Mon Sep 17 00:00:00 2001 From: Jeevaka Badrappan Date: Thu, 13 Jan 2011 10:29:57 -0800 Subject: [PATCH] include: remove unused mpty from ofono_call --- include/types.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/types.h b/include/types.h index 9fd174d3..1b95eaa9 100644 --- a/include/types.h +++ b/include/types.h @@ -97,7 +97,6 @@ struct ofono_call { int type; int direction; int status; - ofono_bool_t mpty; struct ofono_phone_number phone_number; char name[OFONO_MAX_CALLER_NAME_LENGTH + 1]; int clip_validity;