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>
This commit is contained in:
Dirk Hohndel 2013-01-07 08:51:26 -08:00
parent 1b0ddfbbe2
commit 989cf37fcf
3 changed files with 0 additions and 26 deletions

1
dive.h
View file

@ -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);