diff code_part1/OSTC_code_asm_part1/shared_definitions.h @ 532:f5a06b9e2fef

cleanup debug stuff
author heinrichsweikamp
date Sat, 17 Dec 2011 10:28:29 +0100
parents e9b1f162799d
children c35473dc6831
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/shared_definitions.h	Fri Dec 16 22:41:47 2011 +0100
+++ b/code_part1/OSTC_code_asm_part1/shared_definitions.h	Sat Dec 17 10:28:29 2011 +0100
@@ -115,12 +115,6 @@
 TAB_UCHAR (char_O_tissue_N2_saturation, NUM_COMP); // Nitrogen compartiment desaturation time, in min.
 TAB_UCHAR (char_O_tissue_He_saturation, NUM_COMP); // Helium compartiment desaturation time, in min.
 
-VAR_UINT  (int_O_DBS_bitfield);             // NOTE: 9 bytes dumped to divelog by store_dive_decodebug
-VAR_UINT  (int_O_DBS2_bitfield);
-VAR_UINT  (int_O_DBG_pre_bitfield);
-VAR_UINT  (int_O_DBG_post_bitfield);
-VAR_UCHAR (char_O_NDL_at_20mtr);
-
 TAB_UINT (int_O_gas_volumes, 5);            // Volumes evaluation for each gas tank, in 0.1 liters.
 
 TAB_UCHAR (char_O_hash, 16);