From fdde6ab38346bc5a5a411f94eaee2aacd3e725de Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 5 Feb 2001 20:27:09 +0000 Subject: Make some private variables static in `ETableSorter'. svn path=/trunk/; revision=7982 --- widgets/table/e-table-sorter.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'widgets') diff --git a/widgets/table/e-table-sorter.c b/widgets/table/e-table-sorter.c index 0e7ef85461..08075f10e7 100644 --- a/widgets/table/e-table-sorter.c +++ b/widgets/table/e-table-sorter.c @@ -182,10 +182,10 @@ ets_sort_info_changed (ETableSortInfo *info, ETableSorter *ets) } static ETableSorter *ets_closure; -void **vals_closure; -int cols_closure; -int *ascending_closure; -GCompareFunc *compare_closure; +static void **vals_closure; +static int cols_closure; +static int *ascending_closure; +static GCompareFunc *compare_closure; /* FIXME: Make it not cache the second and later columns (as if anyone cares.) */ -- cgit v1.2.3