about summary refs log tree commit diff
path: root/lri-study/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'lri-study/src/main.rs')
-rw-r--r--lri-study/src/main.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/lri-study/src/main.rs b/lri-study/src/main.rs
index 2b4c7cd..4531cb2 100644
--- a/lri-study/src/main.rs
+++ b/lri-study/src/main.rs
@@ -131,9 +131,6 @@ fn gather() -> ! {
 			let sens = match img.sensor {
 				SensorModel::Ar1335 => "a13",
 				SensorModel::Ar1335Mono => "a1m",
-				SensorModel::Ar835 => "!!!ar8",
-				SensorModel::Imx386 => "!!!imx",
-				SensorModel::Imx386Mono => "!!!imm",
 				SensorModel::Unknown => "???",
 			};