forked from AuroraMiddleware/gtk
remove gtk_object_destroy comment as requested.
This commit is contained in:
parent
c1745a4bd2
commit
dfc470953e
@ -354,12 +354,7 @@ gtk_object_destroy (GtkObject *object)
|
||||
g_return_if_fail (GTK_IS_OBJECT (object));
|
||||
|
||||
if (!GTK_OBJECT_DESTROYED (object))
|
||||
{
|
||||
/* need to hold a reference count around all class method
|
||||
* invocations.
|
||||
*/
|
||||
g_object_run_dispose (G_OBJECT (object));
|
||||
}
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user