# HG changeset patch
# User heinrichsweikamp
# Date 1375632845 -7200
# Node ID c498d69720877cd8f2e825a87baa3f93cc4cf3fe
# Parent  7b1af8fc308d7454cabac56a973a92341260c2c3
minor cleanup

diff -r 7b1af8fc308d -r c498d6972087 code_part1/OSTC_code_c_part2/p2_deco.c
--- a/code_part1/OSTC_code_c_part2/p2_deco.c	Tue Jul 09 11:56:00 2013 +0200
+++ b/code_part1/OSTC_code_c_part2/p2_deco.c	Sun Aug 04 18:14:05 2013 +0200
@@ -221,7 +221,6 @@
 static float			float_saturation_multiplier;    // new in v.101
 static float			float_desaturation_multiplier;  // new in v.101
 static float			float_deco_distance;            // new in v.101
-static char			    flag_in_divemode;		        // new in v.108
 
 static unsigned char    deco_gas_change[NUM_GAS];       // new in v.109
 
@@ -998,7 +997,6 @@
 static void clear_tissue(void)
 {
     overlay float p;
-    flag_in_divemode = 0;
 
     // Kludge: the 0.0002 of 0.7902 are missing with standard air.
     N2_ratio = 0.7902;