diff --git a/packages/pros/src/devices/adi/switch.rs b/packages/pros/src/devices/adi/switch.rs index e691b30e..3ea1dbf7 100644 --- a/packages/pros/src/devices/adi/switch.rs +++ b/packages/pros/src/devices/adi/switch.rs @@ -56,12 +56,6 @@ impl AdiSwitch { } } -impl From for AdiSwitch { - fn from(digital_in: AdiDigitalIn) -> Self { - Self { digital_in } - } -} - impl AdiDevice for AdiSwitch { type PortIndexOutput = u8;