summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>2001-02-04 07:19:48 +0000
committerTim Janik <timj@src.gnome.org>2001-02-04 07:19:48 +0000
commitcfea670dac5b12d836fa4382c37b51089c1dcf4f (patch)
treec1a9e402ca4740218447b8403eaebc7d9eaba6b2
parent2dfa121e063faff79f9044a9a464873d749ba078 (diff)
downloadgdk-pixbuf-cfea670dac5b12d836fa4382c37b51089c1dcf4f.tar.gz
and on goes the crusade. it just takes another dozen patchup commits
to cover up for an aborted cvs commit batch.
-rw-r--r--gtk/gtktypeutils.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtktypeutils.c b/gtk/gtktypeutils.c
index 33b73b83b..12b93f91e 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 <gtk.h> /* for gtktypebuiltins_ids.c */
#include <gdk.h> /* 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);