[cheese] Remove g_type_init() from test-libcheese.c



commit 2fe1edb3f696906929a997222783a52b59b81257
Author: David King <amigadave amigadave com>
Date:   Mon Feb 17 20:55:35 2014 +0000

    Remove g_type_init() from test-libcheese.c

 tests/test-libcheese.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/tests/test-libcheese.c b/tests/test-libcheese.c
index eee214e..626be8e 100644
--- a/tests/test-libcheese.c
+++ b/tests/test-libcheese.c
@@ -206,8 +206,6 @@ videoformat_create (void)
 int
 main(int argc, gchar *argv[])
 {
-    g_type_init ();
-
     g_test_init (&argc, &argv, NULL);
 
     if (!cheese_init (&argc, &argv))


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