X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fgtksheet%2Fgsheet-row-iface.h;h=ce67b326a14e7e4fbe6163397c1998c8171e96bc;hb=4179d3233e97505ed3def53dc02b6a778057d439;hp=ded46671136b87445d35ecb7738063b18f3cc72c;hpb=b5a632fd4b0ea7139fc5423bb3ebebaf3e6d539e;p=pspp-builds.git diff --git a/lib/gtksheet/gsheet-row-iface.h b/lib/gtksheet/gsheet-row-iface.h index ded46671..ce67b326 100644 --- a/lib/gtksheet/gsheet-row-iface.h +++ b/lib/gtksheet/gsheet-row-iface.h @@ -53,8 +53,6 @@ struct _GSheetRowIface gint (* get_height) (const GSheetRow *grow, glong row); void (* set_height) (GSheetRow *grow, glong row, gint height); - gboolean (* get_visibility) (const GSheetRow *grow, glong row); - gboolean (* get_sensitivity) (const GSheetRow *grow, glong row); const GtkSheetButton * (* get_button) (const GSheetRow *grow, glong row);