[frogr] Remove call to g_type_init from example.c



commit 330adc8499a5989ceec00478800633cb933ba4d1
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Tue Dec 11 09:56:54 2012 +0100

    Remove call to g_type_init from example.c

 src/examples/example.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/src/examples/example.c b/src/examples/example.c
index f8574ad..3c117e5 100644
--- a/src/examples/example.c
+++ b/src/examples/example.c
@@ -724,10 +724,6 @@ main                                    (int    argc,
 {
   GMainLoop *mainloop;
 
-#if !GLIB_CHECK_VERSION(2,36,0)
-  g_type_init ();
-#endif
-
   g_print ("Running flicksoup example...\n\n");
 
   /* Find full path to the testing photo */



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