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

contacts-provider: Remove unused variable

This commit is contained in:
Evangelos Ribeiro Tzaras 2022-10-10 11:40:47 +02:00
parent caa74fa441
commit d51151a028

View file

@ -220,8 +220,6 @@ on_contacts_appeared (GDBusConnection *connection,
{
CallsContactsProvider *self;
g_autoptr (GError) error = NULL;
g_assert (CALLS_IS_CONTACTS_PROVIDER (user_data));
self = user_data;