finch/libgnt/gntwidget.c

branch
soc.2013.gobjectification.plugins
changeset 37055
af1ec3eb15f5
parent 35423
a453e49dc579
child 35456
821aa4bcb6fa
--- a/finch/libgnt/gntwidget.c	Sun Feb 02 18:13:41 2014 +0530
+++ b/finch/libgnt/gntwidget.c	Mon Feb 03 01:06:54 2014 +0530
@@ -302,13 +302,6 @@
 		GNT_WIDGET_UNSET_FLAGS(widget, GNT_WIDGET_CAN_TAKE_FOCUS);
 }
 
-/**
- * gnt_widget_destroy:
- * @obj: The #GntWidget instance.
- *
- * Emits the "destroy" signal notifying all reference holders that they
- * should release @obj.
- */
 void
 gnt_widget_destroy(GntWidget *obj)
 {

mercurial