aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/deco.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/deco.h')
-rw-r--r--src/deco.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/deco.h b/src/deco.h
index 0630fec..074316e 100644
--- a/src/deco.h
+++ b/src/deco.h
@@ -21,8 +21,6 @@
#define PO2_MAX_DEFAULT 1.6
#define END_MAX_DEFAULT 4.01325
-#define LAST_STOP_AT_SIX_DEFAULT 0
-
#define MOD_AUTO 0
/* types */
@@ -66,8 +64,6 @@ extern double P_WV;
extern double PO2_MAX;
extern double END_MAX;
-extern int LAST_STOP_AT_SIX;
-
/* functions */
double bar_to_msw(double bar);
double msw_to_bar(double msw);