]> code.octet-stream.net Git - m17rt/blobdiff - m17app/src/error.rs
Error handler for soundmodem components
[m17rt] / m17app / src / error.rs
index 634a531e55a36e0b343c50295c35307899eb9d86..e820eae5101f8a7d7d57e324e108d3691125dd3d 100644 (file)
@@ -11,15 +11,6 @@ pub enum M17Error {
     #[error("given callsign is {0} characters long; maximum is 9")]
     CallsignTooLong(usize),
 
-    #[error("error during soundcard initialisation")]
-    SoundcardInit,
-
-    #[error("unable to locate sound card '{0}' - is it in use?")]
-    SoundcardNotFound(String),
-
-    #[error("unable to set up RTL-SDR receiver")]
-    RtlSdrInit,
-
     #[error(
         "provided packet payload is too large: provided {provided} bytes, capacity {capacity}"
     )]