Removed the visibility predicate from the row/column models.
[pspp-builds.git] / src / ui / gui / psppire-var-store.c
index fa356b812d60dc47e3b160e8079b3c6caf8cfc70..8fe5fc66f5bda9ad62e668372f3932c036c921c2 100644 (file)
@@ -847,8 +847,7 @@ psppire_var_store_sheet_row_init (GSheetRowIface *iface)
 {
   iface->get_row_count =     geometry_get_row_count;
   iface->get_height =        geometry_get_height;
-  iface->set_height =        0;
-  iface->get_visibility =    always_true;
+  iface->set_height =        NULL;
   iface->get_sensitivity =   geometry_is_sensitive;
 
   iface->get_button_label = geometry_get_button_label;