X-Git-Url: https://code.octet-stream.net/m17rt/blobdiff_plain/2fb25de49daca6ddff6f5af13bcf7c314aafafb3..64599440f241f7bb897a95b72ed7130231966518:/m17app/src/error.rs diff --git a/m17app/src/error.rs b/m17app/src/error.rs index 634a531..e820eae 100644 --- a/m17app/src/error.rs +++ b/m17app/src/error.rs @@ -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}" )]