From d4ccaa85963c08e7095f49a0378dc21fdf701209 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Sat, 17 Dec 2016 16:58:57 -0500 Subject: Fix light disambiguator location, put with the object instead of the system. --- src/survive_internal.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/survive_internal.h') diff --git a/src/survive_internal.h b/src/survive_internal.h index ac378a2..92a2001 100644 --- a/src/survive_internal.h +++ b/src/survive_internal.h @@ -75,17 +75,9 @@ struct SurviveContext light_process_func lightproc; imu_process_func imuproc; - //Flood info, for calculating which laser is currently sweeping. - int8_t oldcode; - int32_t last_photo_time; - short total_photos; - int32_t total_photo_time; - int32_t total_pulsecode_time; - //Data Subsystem struct SurviveObject headset; struct SurviveObject watchman[2]; -// struct SurvivePhoto }; -- cgit v1.2.3