Remove font information from cell attributes and sheet model.
[pspp-builds.git] / lib / gtksheet / gtksheet.h
index 3d1e07dff59e26dd63854dd14e0b10e8edf3c56f..92c4248eff1c6fb42f6974db8103e6a30aa32a86 100644 (file)
@@ -62,12 +62,10 @@ typedef struct _GtkSheetHoverTitle GtkSheetHoverTitle;
 struct _GtkSheetCellAttr
 {
   GtkJustification justification;
-  const PangoFontDescription *font_desc;
   GdkColor foreground;
   GdkColor background;
   GtkSheetCellBorder border;
   gboolean is_editable;
-  gboolean is_visible;
 };
 
 struct _GtkSheetHoverTitle