mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 16:23:39 +02:00
remove unused boolean for signalling protocol mismatch
This commit is contained in:
parent
f9b3165350
commit
18a1f74c37
2 changed files with 0 additions and 2 deletions
|
@ -117,7 +117,6 @@ void DomainHandler::hardReset() {
|
|||
_hostname = QString();
|
||||
_sockAddr.clear();
|
||||
|
||||
_hasSignalledProtocolMismatch = false;
|
||||
_domainConnectionRefusals.clear();
|
||||
|
||||
_hasCheckedForAccessToken = false;
|
||||
|
|
|
@ -145,7 +145,6 @@ private:
|
|||
QTimer _settingsTimer;
|
||||
|
||||
QSet<QString> _domainConnectionRefusals;
|
||||
bool _hasSignalledProtocolMismatch { false };
|
||||
bool _hasCheckedForAccessToken { false };
|
||||
int _connectionDenialsSinceKeypairRegen { 0 };
|
||||
|
||||
|
|
Loading…
Reference in a new issue