mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-05 04:30:52 +02:00
Remove code accidentally re-added during a conflict fix
This commit is contained in:
parent
d7c743ba9e
commit
e288abcf4c
1 changed files with 0 additions and 12 deletions
|
@ -29,18 +29,6 @@ public:
|
|||
bool needsIdentityUpdate() const { return _needsIdentityUpdate; }
|
||||
void setNeedsIdentityUpdate(bool value = true) { _needsIdentityUpdate = value; }
|
||||
|
||||
void processCertifyEvents();
|
||||
void processChallengeResponse(ReceivedMessage& response);
|
||||
|
||||
void stopChallengeTimer();
|
||||
|
||||
// Avatar certification/verification:
|
||||
enum VerifyState {
|
||||
nonCertified, requestingFST, receivedFST, staticValidation, requestingOwner, ownerResponse,
|
||||
challengeClient, verified, verificationFailed, verificationSucceeded, error
|
||||
};
|
||||
Q_ENUM(VerifyState)
|
||||
|
||||
private:
|
||||
bool _needsHeroCheck { false };
|
||||
bool _needsIdentityUpdate { false };
|
||||
|
|
Loading…
Reference in a new issue