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/aoapplication.cpp | |
| parent | d1370221742b2accf2cd8bfc129ca72c2ca09595 (diff) | |
Qt 5.9 compat; remove dead code
Diffstat (limited to 'src/aoapplication.cpp')
| -rw-r--r-- | src/aoapplication.cpp | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/src/aoapplication.cpp b/src/aoapplication.cpp index 82635abe..a8701562 100644 --- a/src/aoapplication.cpp +++ b/src/aoapplication.cpp @@ -151,35 +151,6 @@ void AOApplication::loading_cancelled() w_lobby->hide_loading_overlay(); } -/* -void AOApplication::ms_connect_finished(bool connected, bool will_retry) -{ - if (connected) { - AOPacket *f_packet = new AOPacket("ALL#%"); - send_ms_packet(f_packet); - } - else { - if (will_retry) { - if (lobby_constructed) - w_lobby->append_error( - tr("Error connecting to master server. Will try again in %1 " - "seconds.") - .arg(QString::number(net_manager->ms_reconnect_delay))); - } - else { - call_error(tr("There was an error connecting to the master server.\n" - "We deploy multiple master servers to mitigate any " - "possible downtime, " - "but the client appears to have exhausted all possible " - "methods of finding " - "and connecting to one.\n" - "Please check your Internet connection and firewall, and " - "please try again.")); - } - } -} -*/ - void AOApplication::call_settings_menu() { AOOptionsDialog settings(nullptr, this); |
