mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-08-18 11:41:51 +02:00
Remove unneeded cruft
This commit is contained in:
parent
c7b04865ce
commit
c721d68ec3
2 changed files with 1 additions and 1 deletions
|
@ -545,6 +545,7 @@ void DomainHandler::processDomainServerConnectionDeniedPacket(QSharedPointer<Rec
|
|||
|
||||
bool DomainHandler::checkInPacketTimeout() {
|
||||
++_checkInPacketsSinceLastReply;
|
||||
|
||||
if (_checkInPacketsSinceLastReply > MAX_SILENT_DOMAIN_SERVER_CHECK_INS) {
|
||||
// we haven't heard back from DS in MAX_SILENT_DOMAIN_SERVER_CHECK_INS
|
||||
// so emit our signal that says that
|
||||
|
|
|
@ -48,7 +48,6 @@ protected:
|
|||
QTimer _domainServerTimer;
|
||||
QTimer _statsTimer;
|
||||
int _numQueuedCheckIns { 0 };
|
||||
p_high_resolution_clock::time_point timestamp;
|
||||
|
||||
protected slots:
|
||||
void domainSettingsRequestFailed();
|
||||
|
|
Loading…
Reference in a new issue