Remove an unused function
authorMatthias Clasen <mclasen@redhat.com>
Mon, 14 Jan 2013 20:53:37 +0000 (15:53 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 14 Jan 2013 21:14:28 +0000 (16:14 -0500)
gio/tests/gdbus-test-fixture.c

index 30d7857..ef1f6c5 100644 (file)
@@ -66,15 +66,6 @@ assert_ten_objects (GDBusObjectManager *manager)
   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
 test_gtest_dbus (TestFixture *fixture, gconstpointer unused)
 {