X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fgtksheet%2Fgsheet-hetero-column.c;h=04e1a4d5232cfbe83d162ce486644158ed86f42f;hb=c5bf90ff8baa7a81274421acb24a915c953e560f;hp=1344b83916fb58ca2bad95a61e9d967784802778;hpb=a1b98c15156a32b058294ba4f5c54fb745550222;p=pspp-builds.git diff --git a/lib/gtksheet/gsheet-hetero-column.c b/lib/gtksheet/gsheet-hetero-column.c index 1344b839..04e1a4d5 100644 --- a/lib/gtksheet/gsheet-hetero-column.c +++ b/lib/gtksheet/gsheet-hetero-column.c @@ -121,14 +121,6 @@ g_sheet_hetero_column_get_sensitivity (const GSheetColumn *geom, glong u) } -static gboolean -g_sheet_hetero_column_get_visibility (const GSheetColumn *geom, glong u) -{ - return TRUE; -} - - - static gchar * g_sheet_hetero_column_get_button_label (const GSheetColumn *geom, glong u) { @@ -202,7 +194,6 @@ g_sheet_column_init (GSheetColumnIface *iface) iface->get_width = g_sheet_hetero_column_get_width ; iface->set_width = hetero_column_set_width ; iface->get_sensitivity = g_sheet_hetero_column_get_sensitivity ; - iface->get_visibility = g_sheet_hetero_column_get_visibility ; iface->get_justification = g_sheet_hetero_column_get_justification; iface->get_column_count = g_sheet_hetero_column_get_column_count;