aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol/src/packets/game/c_chat_preview.rs
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-protocol/src/packets/game/c_chat_preview.rs')
-rw-r--r--azalea-protocol/src/packets/game/c_chat_preview.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/azalea-protocol/src/packets/game/c_chat_preview.rs b/azalea-protocol/src/packets/game/c_chat_preview.rs
deleted file mode 100644
index e0ddd2ec..00000000
--- a/azalea-protocol/src/packets/game/c_chat_preview.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-use azalea_buf::AzBuf;
-use azalea_chat::FormattedText;
-use azalea_protocol_macros::ClientboundGamePacket;
-
-#[derive(Clone, Debug, AzBuf, ClientboundGamePacket)]
-pub struct ClientboundChatPreview {
- pub query_id: i32,
- pub preview: Option<FormattedText>,
-}