X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.c;h=03e6e4c0121ad5605e5f58983e40c4bf0e1adb9b;hb=14ba8c7acb15a1142cb13ac3708b17f0f11fb4bb;hp=f3c22337623ab52f1380304360939c906029423a;hpb=423d3e418a94598b85c82fb83c9796de7712288b;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c index f3c22337..03e6e4c0 100644 --- a/src/ui/gui/psppire-data-store.c +++ b/src/ui/gui/psppire-data-store.c @@ -218,7 +218,6 @@ psppire_data_store_sheet_model_init (GSheetModelIface *iface) iface->set_string = psppire_data_store_set_string_wrapper; iface->clear_datum = psppire_data_store_clear_datum; iface->is_editable = NULL; - iface->is_visible = NULL; iface->get_foreground = NULL; iface->get_background = NULL; iface->get_font_desc = psppire_data_store_get_font_desc;