X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgtksheet.h;h=884e41f96b39ca0b3bc5e834ab6a26fc67e45b53;hb=614492cb70a6d5ee1ef440df03e12acc59ebc417;hp=75e21c9827916104a4cf76d609c44e4ed3b8ef71;hpb=14ba8c7acb15a1142cb13ac3708b17f0f11fb4bb;p=pspp-builds.git diff --git a/lib/gtksheet/gtksheet.h b/lib/gtksheet/gtksheet.h index 75e21c98..884e41f9 100644 --- a/lib/gtksheet/gtksheet.h +++ b/lib/gtksheet/gtksheet.h @@ -62,7 +62,6 @@ typedef struct _GtkSheetHoverTitle GtkSheetHoverTitle; struct _GtkSheetCellAttr { GtkJustification justification; - const PangoFontDescription *font_desc; GdkColor foreground; GdkColor background; GtkSheetCellBorder border; @@ -104,9 +103,6 @@ struct _GtkSheet gint16 column_requisition; gint16 row_requisition; - gboolean rows_resizable; - gboolean columns_resizable; - /* active cell */ GtkSheetCell active_cell;