mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-07 04:15:32 +00:00
dbus-manager: Remove unused variables
This commit is contained in:
parent
cfd0dc6e08
commit
5cd03a8a13
1 changed files with 0 additions and 2 deletions
|
@ -237,10 +237,8 @@ on_notify_update_hints (CallsUiCallData *call,
|
|||
static void
|
||||
call_added_cb (CallsDBusManager *self, CuiCall *call)
|
||||
{
|
||||
g_autoptr (GError) error = NULL;
|
||||
g_autoptr (CallsDBusObjectSkeleton) object = NULL;
|
||||
g_autoptr (CallsDBusCallsCall) iface = NULL;
|
||||
g_autoptr (CallsBestMatch) match = NULL;
|
||||
g_autofree char *path = NULL;
|
||||
|
||||
path = get_obj_path (self, self->iface_num++);
|
||||
|
|
Loading…
Reference in a new issue