X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgsheet-column-iface.h;h=7b3128c20e15c2a4cb4cead59cfdd91d76807541;hb=c5bf90ff8baa7a81274421acb24a915c953e560f;hp=4ad1d3fcfc0a9b0b787b643686e74da54a16cdb0;hpb=a1b98c15156a32b058294ba4f5c54fb745550222;p=pspp-builds.git diff --git a/lib/gtksheet/gsheet-column-iface.h b/lib/gtksheet/gsheet-column-iface.h index 4ad1d3fc..7b3128c2 100644 --- a/lib/gtksheet/gsheet-column-iface.h +++ b/lib/gtksheet/gsheet-column-iface.h @@ -50,7 +50,6 @@ struct _GSheetColumnIface gint (* get_width) (const GSheetColumn *gcolumn, glong col); void (* set_width) (GSheetColumn *gcolumn, glong col, gint width); - gboolean (* get_visibility) (const GSheetColumn *gcolumn, glong col); gboolean (* get_sensitivity) (const GSheetColumn *gcolumn, glong col); const GtkSheetButton * (* get_button) (const GSheetColumn *gcolumn, glong col); GtkJustification (* get_justification) (const GSheetColumn *gcolumn, glong col);