mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 14:42:10 +01:00
Remove debugging message, approved by Tim Janik.
2002-07-05 Anders Carlsson <andersca@gnu.org> * gobject.c (g_object_base_class_finalize): Remove debugging message, approved by Tim Janik.
This commit is contained in:
parent
d81ac5339f
commit
cc983e6cd8
@ -1,3 +1,8 @@
|
|||||||
|
2002-07-05 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
|
* gobject.c (g_object_base_class_finalize): Remove debugging
|
||||||
|
message, approved by Tim Janik.
|
||||||
|
|
||||||
2002-06-11 Anders Carlsson <andersca@gnu.org>
|
2002-06-11 Anders Carlsson <andersca@gnu.org>
|
||||||
|
|
||||||
* gtypemodule.c: (g_type_module_complete_interface_info):
|
* gtypemodule.c: (g_type_module_complete_interface_info):
|
||||||
|
@ -204,8 +204,6 @@ g_object_base_class_finalize (GObjectClass *class)
|
|||||||
{
|
{
|
||||||
GList *list, *node;
|
GList *list, *node;
|
||||||
|
|
||||||
g_message ("finalizing base class of %s", G_OBJECT_CLASS_NAME (class));
|
|
||||||
|
|
||||||
_g_signals_destroy (G_OBJECT_CLASS_TYPE (class));
|
_g_signals_destroy (G_OBJECT_CLASS_TYPE (class));
|
||||||
|
|
||||||
g_slist_free (class->construct_properties);
|
g_slist_free (class->construct_properties);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user