[gnumeric] Compilation: Remove prototypes for stuff that is not defined.
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnumeric] Compilation: Remove prototypes for stuff that is not defined.
- Date: Fri, 26 Jun 2009 23:36:59 +0000 (UTC)
commit d1bc3a94a730212f1be2f0936faf33fb16a6961e
Author: Morten Welinder <terra gnome org>
Date: Fri Jun 26 19:36:15 2009 -0400
Compilation: Remove prototypes for stuff that is not defined.
src/go-data-slicer.h | 2 --
src/sheet-filter.h | 1 -
2 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/go-data-slicer.h b/src/go-data-slicer.h
index 90ee705..dfdd711 100644
--- a/src/go-data-slicer.h
+++ b/src/go-data-slicer.h
@@ -38,8 +38,6 @@ void go_data_slicer_set_cache (GODataSlicer *ds, GODataCache *cache);
void go_data_slicer_add_field (GODataSlicer *ds, GODataSlicerField *field);
GODataSlicerField *go_data_slicer_get_field (GODataSlicer const *ds, unsigned int field_index);
unsigned int go_data_slicer_num_fields (GODataSlicer const *ds);
-void go_data_slicer_order_field (GODataSlicer *ds, GODataSlicerFieldType field_type,
- unsigned int field_index, int before);
G_END_DECLS
diff --git a/src/sheet-filter.h b/src/sheet-filter.h
index 1409424..35343f3 100644
--- a/src/sheet-filter.h
+++ b/src/sheet-filter.h
@@ -83,7 +83,6 @@ gboolean gnm_filter_overlaps_range (GnmFilter const *filter, GnmRange const *
void gnm_filter_reapply (GnmFilter *filter);
GnmFilter *gnm_sheet_filter_at_pos (Sheet const *sheet, GnmCellPos const *pos);
-void gnm_sheet_filter_guess_region (Sheet *sheet, GnmRange *region);
void gnm_sheet_filter_insdel_colrow (Sheet *sheet,
gboolean is_cols, gboolean is_insert,
int start, int count,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]