1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2025-01-07 12:25:31 +00:00

sip-provider: Remove unused variables

This commit is contained in:
Evangelos Ribeiro Tzaras 2023-04-10 08:22:36 +02:00
parent 13d57f19bf
commit c84f2a2bd9

View file

@ -119,7 +119,6 @@ on_origin_pw_looked_up (GObject *source,
g_autoptr (GError) error = NULL;
g_autofree char *id = NULL;
g_autofree char *name = NULL;
g_autofree char *host = NULL;
g_autofree char *user = NULL;
g_autofree char *password = NULL;
@ -805,7 +804,6 @@ void
calls_sip_provider_load_accounts (CallsSipProvider *self,
GKeyFile *key_file)
{
g_autoptr (GError) error = NULL;
g_auto (GStrv) groups = NULL;
g_return_if_fail (CALLS_IS_SIP_PROVIDER (self));