aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src
diff options
context:
space:
mode:
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,