mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01:00
Remove an unused function
This commit is contained in:
parent
57041baf58
commit
ba4a3849c6
@ -66,15 +66,6 @@ assert_ten_objects (GDBusObjectManager *manager)
|
|||||||
g_list_free_full (objects, g_object_unref);
|
g_list_free_full (objects, g_object_unref);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean
|
|
||||||
quit_loop (gconstpointer data)
|
|
||||||
{
|
|
||||||
GMainLoop *loop = (GMainLoop *)data;
|
|
||||||
|
|
||||||
g_main_loop_quit (loop);
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
test_gtest_dbus (TestFixture *fixture, gconstpointer unused)
|
test_gtest_dbus (TestFixture *fixture, gconstpointer unused)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user