summaryrefslogtreecommitdiffstats
path: root/divelist.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2013-02-19 13:46:37 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-02-19 14:00:21 -0800
commit0fd6907965b94c03e476b3f6333423cfdac00996 (patch)
tree6be3fe4596eff60cccbfd4ac2900142beb0b80e1 /divelist.h
parentf175c1a9d7627e3a0658e8a7d29ea03df6a905c9 (diff)
downloadsubsurface-0fd6907965b94c03e476b3f6333423cfdac00996.tar.gz
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 <torvalds@linux-foundation.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'divelist.h')
-rw-r--r--divelist.h2
1 files changed, 0 insertions, 2 deletions
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);