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
This commit is contained in:
Michael Natterer 2008-06-17 21:34:15 +00:00 committed by Michael Natterer
parent 1333ad2ce4
commit 07bf0bdb94
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-06-17 Michael Natterer <mitch@imendio.com>
* gtk/gtkobject.c: remove bogus extern declaration of non-existing
function gtk_object_init_type().
2008-06-17 Michael Natterer <mitch@imendio.com>
* gtk/gtkbindings.c (gtk_binding_entry_add_signal):

View File

@ -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);