1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-11-16 05:15:36 +00:00

sip-provider: Remove unused variables

This commit is contained in:
Evangelos Ribeiro Tzaras 2023-04-10 08:22:36 +02:00
parent 117846fe70
commit 6bd0733e78

View file

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