aboutsummaryrefslogtreecommitdiff
path: root/src/packet_distribution.cpp
diff options
context:
space:
mode:
authoroldmud0 <oldmud0@users.noreply.github.com>2021-12-18 22:22:30 -0600
committeroldmud0 <oldmud0@users.noreply.github.com>2021-12-18 22:22:30 -0600
commitcf12168ebd426d7658d7f7021c47be519caa215a (patch)
tree86cfb55fe1ddb0c3c9d3e86d287debfe8e81a0b7 /src/packet_distribution.cpp
parentd1370221742b2accf2cd8bfc129ca72c2ca09595 (diff)
Qt 5.9 compat; remove dead code
Diffstat (limited to 'src/packet_distribution.cpp')
-rw-r--r--src/packet_distribution.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/packet_distribution.cpp b/src/packet_distribution.cpp
index 44196764..37f58c8b 100644
--- a/src/packet_distribution.cpp
+++ b/src/packet_distribution.cpp
@@ -67,9 +67,6 @@ void AOApplication::ms_packet_received(AOPacket *p_packet)
}
}
else if (header == "AO2CHECK") {
-// send_ms_packet(new AOPacket("ID#AO2#" + get_version_string() + "#%"));
-// send_ms_packet(new AOPacket("HI#" + get_hdid() + "#%"));
-
if (f_contents.size() < 1)
goto end;