remove unused error

This commit is contained in:
Ferdinand Schober
2024-09-06 21:29:38 +02:00
parent e427439099
commit 17f3d7237c

View File

@@ -29,8 +29,6 @@ pub(crate) enum LanMouseConnectionError {
Dtls(#[from] webrtc_dtls::Error), Dtls(#[from] webrtc_dtls::Error),
#[error(transparent)] #[error(transparent)]
Webrtc(#[from] webrtc_util::Error), Webrtc(#[from] webrtc_util::Error),
#[error("no ips associated with the client")]
NoIps,
#[error("not connected")] #[error("not connected")]
NotConnected, NotConnected,
} }