Skip to content

Commit 028ce97

Browse files
committed
Cleanup
1 parent 9fe394a commit 028ce97

File tree

5 files changed

+0
-520
lines changed

5 files changed

+0
-520
lines changed

ewext/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,8 @@ fn netmanager_connect(_lua: LuaState) -> eyre::Result<Vec<RawString>> {
127127
.recv()?
128128
.ok_or_eyre("Expected to be in non-blocking mode")?
129129
{
130-
// shared::NoitaInbound::ProxyKV(proxy_kv) => kvs.push(proxy_kv.into()),
131130
NoitaInbound::RawMessage(msg) => kvs.push(msg.into()),
132131
NoitaInbound::Ready => break,
133-
// _ => bail!("Received an unexpected message type during init"),
134132
}
135133
}
136134

noita-proxy/src/net.rs

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -62,27 +62,6 @@ pub(crate) fn ws_encode_mod(peer: OmniPeerId, data: &[u8]) -> tungstenite::Messa
6262
ws_bitcode(&NoitaInbound::RawMessage(buf))
6363
}
6464

65-
// pub(crate) fn ws_encode_proxy(key: &'static str, value: impl Display) -> tungstenite::Message {
66-
// ws_bitcode(&NoitaInbound::ProxyKV(ProxyKV {
67-
// key: key.to_owned(),
68-
// value: value.to_string(),
69-
// }))
70-
// }
71-
72-
// pub fn ws_encode_proxy_bin(key: u8, data: &[u8]) -> tungstenite::Message {
73-
// ws_bitcode(&NoitaInbound::ProxyKVBin(ProxyKVBin {
74-
// key,
75-
// value: data.to_owned(),
76-
// }))
77-
// }
78-
79-
// pub(crate) fn ws_encode_mod(peer: OmniPeerId, data: &[u8]) -> tungstenite::Message {
80-
// ws_bitcode(&NoitaInbound::ModMessage(ModMessage {
81-
// peer: peer.into(),
82-
// value: data.to_owned(),
83-
// }))
84-
// }
85-
8665
pub struct DebugMarker {
8766
pub x: f64,
8867
pub y: f64,

quant.ew/files/lib/pollnet.dll

-3.49 MB
Binary file not shown.

0 commit comments

Comments
 (0)