remove: PacketType::Javascript

This commit is contained in:
trisua 2025-06-25 23:40:12 -04:00
parent 6e0f2985b9
commit 59581f69c9
3 changed files with 0 additions and 59 deletions

View file

@ -16,8 +16,6 @@ pub enum PacketType {
Crud(CrudMessageType),
/// A text key which identifies the socket.
Key,
/// JavaScript text.
Javascript,
}
#[derive(Serialize, Deserialize, PartialEq, Eq)]