X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-data-store.c;h=2059d75ad716e42439a616f671f9b3701d155960;hb=3e3468c33112e7430f3fc0e1e7eca06b29ee9c0e;hp=ce7b2518fbcd9ac3f6d5a4d6ad453f738c3236a7;hpb=8c9fae384585163197685e684e62e49a6b922f0c;p=pspp-builds.git diff --git a/src/ui/gui/psppire-data-store.c b/src/ui/gui/psppire-data-store.c index ce7b2518..2059d75a 100644 --- a/src/ui/gui/psppire-data-store.c +++ b/src/ui/gui/psppire-data-store.c @@ -275,7 +275,6 @@ psppire_data_store_sheet_model_init (GSheetModelIface *iface) iface->is_editable = NULL; iface->get_foreground = NULL; iface->get_background = NULL; - iface->get_cell_border = NULL; iface->get_column_count = psppire_data_store_get_var_count; iface->get_row_count = psppire_data_store_get_case_count_wrapper;