diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-18 22:22:30 -0600 |
|---|---|---|
| committer | oldmud0 <oldmud0@users.noreply.github.com> | 2021-12-18 22:22:30 -0600 |
| commit | cf12168ebd426d7658d7f7021c47be519caa215a (patch) | |
| tree | 86cfb55fe1ddb0c3c9d3e86d287debfe8e81a0b7 /src/lobby.cpp | |
| parent | d1370221742b2accf2cd8bfc129ca72c2ca09595 (diff) | |
Qt 5.9 compat; remove dead code
Diffstat (limited to 'src/lobby.cpp')
| -rw-r--r-- | src/lobby.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/lobby.cpp b/src/lobby.cpp index ad4ebb70..5c3ff116 100644 --- a/src/lobby.cpp +++ b/src/lobby.cpp @@ -495,14 +495,6 @@ void Lobby::on_chatfield_return_pressed() if (ui_chatname->text() == "" || ui_chatmessage->text() == "") return; - QString f_header = "CT"; - QStringList f_contents{ui_chatname->text(), ui_chatmessage->text()}; - - append_chatmessage("", "Stubbed lmao"); - -// AOPacket *f_packet = new AOPacket(f_header, f_contents); -// ao_app->send_ms_packet(f_packet); - ui_chatmessage->clear(); } |
