diff options
| author | mat <github@matdoes.dev> | 2022-07-29 16:29:57 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-07-29 16:29:57 -0500 |
| commit | 637e0e09840ac3c4c3b6695ab940c0906215b49a (patch) | |
| tree | d333134f47068670fc63d6a62540e24811e76fb4 /azalea-protocol/src | |
| parent | 0c2ce00bae1d0a4711ad45f5558286dccb04b0ae (diff) | |
| download | azalea-drasl-637e0e09840ac3c4c3b6695ab940c0906215b49a.tar.xz | |
remove unused structs
Diffstat (limited to 'azalea-protocol/src')
| -rwxr-xr-x | azalea-protocol/src/connect.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/azalea-protocol/src/connect.rs b/azalea-protocol/src/connect.rs index a438ccfb..cf251576 100755 --- a/azalea-protocol/src/connect.rs +++ b/azalea-protocol/src/connect.rs @@ -13,11 +13,6 @@ use std::fmt::Debug; use std::marker::PhantomData; use tokio::net::TcpStream; -pub struct Handshake; -pub struct Game; -pub struct Status; -pub struct Login; - pub struct Connection<R: ProtocolPacket, W: ProtocolPacket> { /// The buffered writer pub stream: TcpStream, |
