aboutsummaryrefslogtreecommitdiff
path: root/src/survive_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/survive_internal.h')
-rw-r--r--src/survive_internal.h8
1 files changed, 0 insertions, 8 deletions
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
};