From 3edb2e90abe3ee6a8c62a4c7fc33a10c507ddb6f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 20 Aug 2010 15:55:19 -0500 Subject: voicecall: Remove Calls property --- src/voicecall.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src') diff --git a/src/voicecall.c b/src/voicecall.c index 6b0e1797..fbf9f9c5 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -874,13 +874,6 @@ static DBusMessage *manager_get_properties(DBusConnection *conn, OFONO_PROPERTIES_ARRAY_SIGNATURE, &dict); - voicecalls_path_list(vc, vc->call_list, &callobj_list); - - ofono_dbus_dict_append_array(&dict, "Calls", DBUS_TYPE_OBJECT_PATH, - &callobj_list); - - g_strfreev(callobj_list); - /* property EmergencyNumbers */ list = g_new0(char *, g_slist_length(vc->en_list) + 1); -- cgit v1.2.3