1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-29 15:25:24 +00:00

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: