stack: Remove commented out line
It always shows up in my greps and confuses me.
This commit is contained in:
@ -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] =
|
||||
|
Reference in New Issue
Block a user