Remove code accidentally re-added during a conflict fix

This commit is contained in:
Dale Glass 2023-12-06 22:54:03 +01:00 committed by HifiExperiments
parent d7c743ba9e
commit e288abcf4c

View file

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