X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-var-store.c;h=7e005e39237691e99d6b8136897c937c34ccbdff;hb=14ba8c7acb15a1142cb13ac3708b17f0f11fb4bb;hp=1f963cabc03c9d8af58921443c40c2651d67ffb2;hpb=423d3e418a94598b85c82fb83c9796de7712288b;p=pspp-builds.git diff --git a/src/ui/gui/psppire-var-store.c b/src/ui/gui/psppire-var-store.c index 1f963cab..7e005e39 100644 --- a/src/ui/gui/psppire-var-store.c +++ b/src/ui/gui/psppire-var-store.c @@ -324,7 +324,6 @@ psppire_var_store_sheet_model_init (GSheetModelIface *iface) iface->set_string = psppire_var_store_set_string; iface->clear_datum = psppire_var_store_clear; iface->is_editable = psppire_var_store_is_editable; - iface->is_visible = NULL; iface->get_foreground = psppire_var_store_get_foreground; iface->get_background = NULL; iface->get_font_desc = psppire_var_store_get_font_desc;