From 0fd6907965b94c03e476b3f6333423cfdac00996 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Tue, 19 Feb 2013 13:46:37 -0800 Subject: Obviate the need for explicit 'remember_tree_state/restore_tree_state' calls Instead, just keep track of the expanded state of trips as we get the gtk callbacks for the state changes (which we need to track anyway for the selection logic), and automatically restore the state whenever we re-create the divelist. Signed-off-by: Linus Torvalds Signed-off-by: Dirk Hohndel --- divelist.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'divelist.h') diff --git a/divelist.h b/divelist.h index 0896af46c..47f79e278 100644 --- a/divelist.h +++ b/divelist.h @@ -11,8 +11,6 @@ extern void update_cylinder_related_info(struct dive *); extern void mark_divelist_changed(int); extern int unsaved_changes(void); extern void remove_autogen_trips(void); -extern void remember_tree_state(void); -extern void restore_tree_state(void); extern void select_next_dive(void); extern void select_prev_dive(void); extern void show_and_select_dive(struct dive *dive); -- cgit v1.2.3-70-g09d2