ofono: call: do not try to pass the "properties" property

The "properties" property doesn't exist anymore since
dbfa593a07.

Signed-off-by: Eugenio Paolantonio (g7) <me@medesimo.eu>
This commit is contained in:
Eugenio Paolantonio (g7)
2022-04-08 23:11:18 +02:00
committed by Evangelos Ribeiro Tzaras
parent fe6bb4640e
commit f8825befd8

View File

@@ -323,7 +323,6 @@ calls_ofono_call_new (GDBOVoiceCall *voice_call,
return g_object_new (CALLS_TYPE_OFONO_CALL, return g_object_new (CALLS_TYPE_OFONO_CALL,
"voice-call", voice_call, "voice-call", voice_call,
"properties", call_props,
"id", id, "id", id,
"name", name, "name", name,
"inbound", inbound, "inbound", inbound,