forked from AuroraMiddleware/gtk
Remove an obsolete comment
svn path=/trunk/; revision=17491
This commit is contained in:
parent
3d53233146
commit
45f6f399f5
@ -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):
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user