summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-07 08:51:26 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-01-07 08:51:26 -0800
commit989cf37fcf0453b72f3d542f202cf532bf1532db (patch)
tree727a8e1e0d9287b5f1024d66da3c967b5254e5d9 /dive.h
parent1b0ddfbbe218e25001512a18e5cc9224aabf8698 (diff)
downloadsubsurface-989cf37fcf0453b72f3d542f202cf532bf1532db.tar.gz
Remove the now obsolete hard coded test_plan
This was just a crutch to get something out there for people to play with. With the ability to input a plan in place this is now obsolete. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 43010ffaf..45f070971 100644
--- a/dive.h
+++ b/dive.h
@@ -594,7 +594,6 @@ struct diveplan {
struct divedatapoint *dp;
};
-extern void test_planner(void);
void plan(struct diveplan *diveplan, char **cache_datap, struct dive **divep);
void plan_add_segment(struct diveplan *diveplan, int duration, int depth, int o2, int he);
void add_duration_to_nth_dp(struct diveplan *diveplan, int idx, int duration, gboolean is_rel);