Leftovers from introduction of in_planner() helper function

I have no idea how these could have been left behind

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2015-08-19 23:12:30 +02:00 committed by Dirk Hohndel
parent 6c0bcec3e7
commit 2a50731139
3 changed files with 4 additions and 2 deletions

View file

@ -25,7 +25,6 @@ extern struct dive *planned_dive;
extern char *cache_data;
extern const char *disclaimer;
extern double plangflow, plangfhigh;
extern bool in_planner;
#ifdef __cplusplus
}