From 637e0e09840ac3c4c3b6695ab940c0906215b49a Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 29 Jul 2022 16:29:57 -0500 Subject: remove unused structs --- azalea-protocol/src/connect.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'azalea-protocol/src') 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 { /// The buffered writer pub stream: TcpStream, -- cgit v1.2.3