aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-07-29 16:29:57 -0500
committermat <github@matdoes.dev>2022-07-29 16:29:57 -0500
commit637e0e09840ac3c4c3b6695ab940c0906215b49a (patch)
treed333134f47068670fc63d6a62540e24811e76fb4 /azalea-protocol/src
parent0c2ce00bae1d0a4711ad45f5558286dccb04b0ae (diff)
downloadazalea-drasl-637e0e09840ac3c4c3b6695ab940c0906215b49a.tar.xz
remove unused structs
Diffstat (limited to 'azalea-protocol/src')
-rwxr-xr-xazalea-protocol/src/connect.rs5
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,