Remove unneeded cruft

This commit is contained in:
Roxanne Skelly 2019-02-28 14:35:29 -08:00
parent c7b04865ce
commit c721d68ec3
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -48,7 +48,6 @@ protected:
QTimer _domainServerTimer;
QTimer _statsTimer;
int _numQueuedCheckIns { 0 };
p_high_resolution_clock::time_point timestamp;
protected slots:
void domainSettingsRequestFailed();