[sound-juicer] mb-test: Remove g_type_init() from.



commit 43cac2e2ff5088b8a3f96d330288834bc294224b
Author: Phillip Wood <phillip wood dunelm org uk>
Date:   Sun Feb 22 16:42:21 2015 +0000

    mb-test: Remove g_type_init() from.
    
    g_type_init() is deprecated in the minimum required GLib version.

 tests/mb-test.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/mb-test.c b/tests/mb-test.c
index 598bbd6..45ea437 100644
--- a/tests/mb-test.c
+++ b/tests/mb-test.c
@@ -96,8 +96,6 @@ int main (int argc, char** argv)
   GError *error = NULL;
   BraseroMediumMonitor *monitor;
 
-  g_type_init ();
-
   /* Make sure probing of the various media have settled before going on */
   monitor = brasero_medium_monitor_get_default ();
   while (brasero_medium_monitor_is_probing (monitor))


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