glib/tsrc/BC/src/object_extra_tests.c
changeset 72 403e7f6ed6c5
parent 0 e4d67989cc36
--- a/glib/tsrc/BC/src/object_extra_tests.c	Wed Oct 13 19:39:18 2010 +0530
+++ b/glib/tsrc/BC/src/object_extra_tests.c	Thu Oct 14 14:15:50 2010 +0530
@@ -60,7 +60,7 @@
 static GType g_test_get_type (void);
 
 static void g_test_class_init (GTestClass * klass);
-static void g_test_init (GTest * test);
+//static void g_test_init (GTest * test);
 static void g_test_dispose (GObject * object);
 static void g_test_get_property (GObject    *object,
 				 guint       prop_id,
@@ -133,13 +133,13 @@
 						     G_PARAM_READWRITE));
   
 }
-
+/*
 static void
 g_test_init (GTest * test)
 {
   //g_print ("init %p\n", test);
 }
-
+*/
 static void
 g_test_dispose (GObject * object)
 {