diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c index b880c6473d..2125d66b69 100644 --- a/gtk/gtkstack.c +++ b/gtk/gtkstack.c @@ -392,7 +392,6 @@ gtk_stack_class_init (GtkStackClass *klass) container_class->forall = gtk_stack_forall; container_class->set_child_property = gtk_stack_set_child_property; container_class->get_child_property = gtk_stack_get_child_property; - /*container_class->get_path_for_child = gtk_stack_get_path_for_child; */ gtk_container_class_handle_border_width (container_class); stack_props[PROP_HOMOGENEOUS] =