X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgsheet-row-iface.h;h=ded46671136b87445d35ecb7738063b18f3cc72c;hb=bf41b320c23b395b96a00e35375f7aeb7a9046d3;hp=921f3699782e02c4663a8890fce51a38cff896dd;hpb=58c99fe1ff02707d4b6aa4101470f4a3a38b7e33;p=pspp-builds.git diff --git a/lib/gtksheet/gsheet-row-iface.h b/lib/gtksheet/gsheet-row-iface.h index 921f3699..ded46671 100644 --- a/lib/gtksheet/gsheet-row-iface.h +++ b/lib/gtksheet/gsheet-row-iface.h @@ -70,9 +70,6 @@ struct _GSheetRowIface gboolean (*get_button_visibility) (const GSheetRow *geo, glong row); - const GtkSheetChild * (*get_button_child) (const GSheetRow *geo, - glong row); - guint (*top_ypixel) (const GSheetRow *geo, glong row); glong (*pixel_to_row) (const GSheetRow *geo, guint pixel); };