Remove an obsolete comment

svn path=/trunk/; revision=17491
This commit is contained in:
Matthias Clasen 2007-03-12 05:41:53 +00:00
parent 3d53233146
commit 45f6f399f5
2 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-03-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkbindings.c (gtk_binding_entry_add_signal): Remove
an obsolete comment. (#402169, Xan Lopez)
2007-03-12 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):

View File

@ -914,9 +914,6 @@ gtk_binding_entry_add_signal (GtkBindingSet *binding_set,
arg->arg_type = va_arg (args, GtkType);
switch (G_TYPE_FUNDAMENTAL (arg->arg_type))
{
/* for elaborated commenting about var args collection, take a look
* at gtk_arg_collect_value() in gtkargcollector.c
*/
case G_TYPE_CHAR:
case G_TYPE_UCHAR:
case G_TYPE_INT: