[gnumeric] sparse: simplify.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] sparse: simplify.
- Date: Sat, 10 Jul 2010 03:12:34 +0000 (UTC)
commit 3e6c30c5f412e6c670f77d0d04433d8ffc0ea989
Author: Morten Welinder <terra gnome org>
Date: Fri Jul 9 22:16:09 2010 -0400
sparse: simplify.
src/tools/analysis-tools.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/tools/analysis-tools.c b/src/tools/analysis-tools.c
index 989c6d3..e7eab80 100644
--- a/src/tools/analysis-tools.c
+++ b/src/tools/analysis-tools.c
@@ -94,9 +94,6 @@ make_rangeref (int dx0, int dy0, int dx1, int dy1)
}
-static gboolean
-gnm_check_input_range_list_homogeneity (GSList *input_range);
-
typedef struct {
char *format;
GPtrArray *data_lists;
@@ -436,7 +433,7 @@ cb_check_hom (gpointer data, gpointer user_data)
* Check that all columns have the same size
*
*/
-gboolean
+static gboolean
gnm_check_input_range_list_homogeneity (GSList *input_range)
{
homogeneity_check_t state = { FALSE, 0, TRUE };
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]