Set the minimum-extent property from the size_allocate handler of the sheet
[pspp-builds.git] / lib / gtksheet / gsheet-uniform-row.h
index 4101ffd589280edcb2736621017e50b448942f20..96551f3fd37d4515a6a068d44ce51b875b0b09d5 100644 (file)
@@ -40,14 +40,13 @@ extern "C" {
 
     gint n_rows;
     gint height;
-    gboolean is_visible;
   };
 
   struct _GSheetUniformRowClass
   {
     GObjectClass parent_class;
   };
-  
+
   /* create a new row */
   GObject * g_sheet_uniform_row_new (gint height, gint n_rows);