From 41f18f3ef43db3c0f71b5bf232d27f7004673aef Mon Sep 17 00:00:00 2001 From: yangxx Date: Wed, 20 Aug 2003 14:24:35 +0000 Subject: [PATCH 1/1] git-svn-id: http://ltt.polymtl.ca/svn@181 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/main.c | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ltt/branches/poly/lttv/main.c b/ltt/branches/poly/lttv/main.c index ad0c17f7..a1bfcd08 100644 --- a/ltt/branches/poly/lttv/main.c +++ b/ltt/branches/poly/lttv/main.c @@ -41,10 +41,6 @@ static void lttv_module_option(void *hook_data); static void lttv_module_path_option(void *hook_data); -#ifdef MEMDEBUG -extern struct GMemVTable *glib_mem_profiler_table; -#endif - /* Since everything is done in modules, the main program only takes care of the infrastructure. */ @@ -59,8 +55,8 @@ int main(int argc, char **argv) { g_mem_profile(); #endif - //g_type_init(); - g_type_init_with_debug_flags (G_TYPE_DEBUG_OBJECTS | G_TYPE_DEBUG_SIGNALS); + g_type_init(); + //g_type_init_with_debug_flags (G_TYPE_DEBUG_OBJECTS | G_TYPE_DEBUG_SIGNALS); attributes = LTTV_IATTRIBUTE(g_object_new(LTTV_ATTRIBUTE_TYPE, NULL)); -- 2.34.1