summaryrefslogtreecommitdiff
path: root/gtk/gtkobject.c
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-06-17 21:34:15 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-06-17 21:34:15 +0000
commit07bf0bdb948b7474ccd9ee79bea77045cb582fbe (patch)
treee6c1287d478132476ce905bd6552752a887ec03f /gtk/gtkobject.c
parent1333ad2ce4bd541815ef503781b56b910d6a9d8b (diff)
downloadgtk+-07bf0bdb948b7474ccd9ee79bea77045cb582fbe.tar.gz
remove bogus extern declaration of non-existing function
2008-06-17 Michael Natterer <mitch@imendio.com> * gtk/gtkobject.c: remove bogus extern declaration of non-existing function gtk_object_init_type(). svn path=/trunk/; revision=20438
Diffstat (limited to 'gtk/gtkobject.c')
-rw-r--r--gtk/gtkobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkobject.c b/gtk/gtkobject.c
index 5642a56f31..d5a185176e 100644
--- a/gtk/gtkobject.c
+++ b/gtk/gtkobject.c
@@ -45,7 +45,6 @@ enum {
};
-extern void gtk_object_init_type (void); /* for gtktypeutils.h */
static void gtk_object_base_class_init (GtkObjectClass *class);
static void gtk_object_base_class_finalize (GtkObjectClass *class);
static void gtk_object_class_init (GtkObjectClass *klass);