mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-09 21:35:32 +00:00
contacts-provider: Remove unused variable
This commit is contained in:
parent
caa74fa441
commit
d51151a028
1 changed files with 0 additions and 2 deletions
|
@ -220,8 +220,6 @@ on_contacts_appeared (GDBusConnection *connection,
|
||||||
{
|
{
|
||||||
CallsContactsProvider *self;
|
CallsContactsProvider *self;
|
||||||
|
|
||||||
g_autoptr (GError) error = NULL;
|
|
||||||
|
|
||||||
g_assert (CALLS_IS_CONTACTS_PROVIDER (user_data));
|
g_assert (CALLS_IS_CONTACTS_PROVIDER (user_data));
|
||||||
|
|
||||||
self = user_data;
|
self = user_data;
|
||||||
|
|
Loading…
Reference in a new issue