[gtk+] stack: Remove commented out line



commit 059cd3e51f254153ce9b3b79fbb1a566a66ed3f1
Author: Benjamin Otte <otte redhat com>
Date:   Tue Jan 6 12:08:17 2015 +0100

    stack: Remove commented out line
    
    It always shows up in my greps and confuses me.

 gtk/gtkstack.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkstack.c b/gtk/gtkstack.c
index b880c64..2125d66 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] =


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]