mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-08 04:45:31 +00:00
sip: origin: Remove unused variable
This commit is contained in:
parent
2ea4b8736f
commit
c6c17671e1
1 changed files with 0 additions and 1 deletions
|
@ -1282,7 +1282,6 @@ calls_sip_origin_get_property (GObject *object,
|
||||||
GParamSpec *pspec)
|
GParamSpec *pspec)
|
||||||
{
|
{
|
||||||
CallsSipOrigin *self = CALLS_SIP_ORIGIN (object);
|
CallsSipOrigin *self = CALLS_SIP_ORIGIN (object);
|
||||||
g_autofree char *name = NULL;
|
|
||||||
|
|
||||||
switch (property_id) {
|
switch (property_id) {
|
||||||
case PROP_NAME:
|
case PROP_NAME:
|
||||||
|
|
Loading…
Reference in a new issue