aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/clientbound_delete_chat_packet.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/game/clientbound_delete_chat_packet.rs')
-rwxr-xr-xazalea-protocol/src/packets/game/clientbound_delete_chat_packet.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/azalea-protocol/src/packets/game/clientbound_delete_chat_packet.rs b/azalea-protocol/src/packets/game/clientbound_delete_chat_packet.rs
deleted file mode 100755
index eef9b561..00000000
--- a/azalea-protocol/src/packets/game/clientbound_delete_chat_packet.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-use azalea_buf::McBuf;
-use azalea_protocol_macros::ClientboundGamePacket;
-
-use super::clientbound_player_chat_packet::PackedMessageSignature;
-
-#[derive(Clone, Debug, McBuf, ClientboundGamePacket)]
-pub struct ClientboundDeleteChatPacket {
- pub signature: PackedMessageSignature,
-}