mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02: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
559e8cec55
commit
2fe616e7c5
@ -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>
|
||||
|
||||
* gtypemodule.c: (g_type_module_complete_interface_info):
|
||||
|
@ -204,8 +204,6 @@ g_object_base_class_finalize (GObjectClass *class)
|
||||
{
|
||||
GList *list, *node;
|
||||
|
||||
g_message ("finalizing base class of %s", G_OBJECT_CLASS_NAME (class));
|
||||
|
||||
_g_signals_destroy (G_OBJECT_CLASS_TYPE (class));
|
||||
|
||||
g_slist_free (class->construct_properties);
|
||||
|
Loading…
x
Reference in New Issue
Block a user