1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-16 16:35:25 +00:00

application: Remove unused variable in startup()

Signed-off-by: Evangelos Ribeiro Tzaras <devrtz@fortysixandtwo.eu>
Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/745>
This commit is contained in:
Evangelos Ribeiro Tzaras 2024-07-18 04:38:27 +02:00
parent f88abb8280
commit e73dd15525

View file

@ -472,7 +472,6 @@ calls_application_handle_local_options (GApplication *application,
static void
startup (GApplication *application)
{
g_autoptr (GtkCssProvider) provider = NULL;
g_autoptr (GError) error = NULL;
G_APPLICATION_CLASS (calls_application_parent_class)->startup (application);