stack: Remove commented out line

It always shows up in my greps and confuses me.
This commit is contained in:
Benjamin Otte
2015-01-06 12:08:17 +01:00
parent fe33ee426a
commit 059cd3e51f

View File

@ -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] =