sip: origin: Remove unused variable

This commit is contained in:
Evangelos Ribeiro Tzaras
2022-05-09 11:07:57 +02:00
parent 2ea4b8736f
commit c6c17671e1

View File

@@ -1282,7 +1282,6 @@ calls_sip_origin_get_property (GObject *object,
GParamSpec *pspec)
{
CallsSipOrigin *self = CALLS_SIP_ORIGIN (object);
g_autofree char *name = NULL;
switch (property_id) {
case PROP_NAME: