mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
Remove an unused function
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user