1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-04 20:07:36 +00:00

test-manager: Remove unused variable

This commit is contained in:
Evangelos Ribeiro Tzaras 2023-01-28 21:53:17 +01:00
parent 4e900e1ac5
commit 62f6f75667

View file

@ -251,8 +251,6 @@ gint
main (gint argc,
gchar *argv[])
{
g_autofree char *plugin_dir_provider = NULL;
gtk_test_init (&argc, &argv, NULL);
g_test_add_func("/Calls/Manager/without_provider", test_calls_manager_without_provider);