mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-25 14:10:55 +03:00
remove unused error
This commit is contained in:
@@ -29,8 +29,6 @@ pub(crate) enum LanMouseConnectionError {
|
||||
Dtls(#[from] webrtc_dtls::Error),
|
||||
#[error(transparent)]
|
||||
Webrtc(#[from] webrtc_util::Error),
|
||||
#[error("no ips associated with the client")]
|
||||
NoIps,
|
||||
#[error("not connected")]
|
||||
NotConnected,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user