From cfea670dac5b12d836fa4382c37b51089c1dcf4f Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Sun, 4 Feb 2001 07:19:48 +0000 Subject: [PATCH] and on goes the crusade. it just takes another dozen patchup commits to cover up for an aborted cvs commit batch. --- gtk/gtktypeutils.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gtk/gtktypeutils.c b/gtk/gtktypeutils.c index 33b73b83bc..12b93f91e9 100644 --- a/gtk/gtktypeutils.c +++ b/gtk/gtktypeutils.c @@ -117,7 +117,6 @@ GType GTK_TYPE_IDENTIFIER = 0; #else #define IMPORT #endif -extern IMPORT gboolean glib_debug_objects; #include /* for gtktypebuiltins_ids.c */ #include /* gtktypebuiltins_ids.c */ @@ -152,8 +151,6 @@ gtk_type_init (GTypeDebugFlags debug_flags) initialized = TRUE; - glib_debug_objects = (gtk_debug_flags & GTK_DEBUG_OBJECTS) != 0; - /* initialize GLib type system */ g_type_init (debug_flags);