[glib] Remove an unused function



commit ba4a3849c6cd5f14060a540398b0c498ae906bee
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 14 15:53:37 2013 -0500

    Remove an unused function

 gio/tests/gdbus-test-fixture.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/gio/tests/gdbus-test-fixture.c b/gio/tests/gdbus-test-fixture.c
index 30d7857..ef1f6c5 100644
--- a/gio/tests/gdbus-test-fixture.c
+++ b/gio/tests/gdbus-test-fixture.c
@@ -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)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]