contacts-provider: Remove unused variable

This commit is contained in:
Evangelos Ribeiro Tzaras
2022-10-10 11:40:47 +02:00
parent 352a7852f6
commit b948629274

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;