mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
1333ad2ce4
commit
07bf0bdb94
@ -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):
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user