mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-19 23:43:20 +03:00
remove unused error
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user