planner: move decotimestap to diveplannermodel.cpp

The deco timestep is a parameter to the plan() function. There
seems no need to define this as a global macro. Probably some
code reshuffeling artifact.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2024-03-08 11:18:17 +01:00 committed by bstoeger
parent 4db19d6284
commit 9a052cd089
3 changed files with 5 additions and 5 deletions

View file

@ -8,8 +8,6 @@
#include "units.h"
#include "divemode.h"
#define DECOTIMESTEP 60 /* seconds. Unit of deco stop times */
/* this should be converted to use our types */
struct divedatapoint {
int time;