From bfe21343ca1f4c26e3fed2a3f446901a91d0b92e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 15 Apr 2013 07:06:32 -0700 Subject: Remove second dive_trip_list definition and douplicate helper function dive_trip_list is simply a global variable, declared in dive.h. The clear_trip_indexes() helper is purely logic and was moved to divetrip.c - but then not deleted in divetrip-gtk.c Signed-off-by: Dirk Hohndel --- divelist-gtk.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'divelist-gtk.c') diff --git a/divelist-gtk.c b/divelist-gtk.c index ad0f5efe8..acb908a18 100644 --- a/divelist-gtk.c +++ b/divelist-gtk.c @@ -59,7 +59,6 @@ static struct DiveList dive_list; #define TREESTORE(_dl) GTK_TREE_STORE((_dl).treemodel) #define LISTSTORE(_dl) GTK_TREE_STORE((_dl).listmodel) -dive_trip_t *dive_trip_list; short autogroup = FALSE; static gboolean in_set_cursor = FALSE; static gboolean set_selected(GtkTreeModel *model, GtkTreePath *path, @@ -686,14 +685,6 @@ void update_dive_list_col_visibility(void) return; } -static void clear_trip_indexes(void) -{ - dive_trip_t *trip; - - for (trip = dive_trip_list; trip != NULL; trip = trip->next) - trip->index = 0; -} - /* Select the iter asked for, and set the keyboard focus on it */ static void go_to_iter(GtkTreeSelection *selection, GtkTreeIter *iter); static void fill_dive_list(void) -- cgit v1.2.3-70-g09d2