Remove unused sheetmodel function
[pspp-builds.git] / src / ui / gui / psppire-data-store.c
index ce7b2518fbcd9ac3f6d5a4d6ad453f738c3236a7..2059d75ad716e42439a616f671f9b3701d155960 100644 (file)
@@ -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;