diff --git a/assignment-client/src/avatars/MixerAvatar.h b/assignment-client/src/avatars/MixerAvatar.h index aaf55200f0..e610cf3555 100644 --- a/assignment-client/src/avatars/MixerAvatar.h +++ b/assignment-client/src/avatars/MixerAvatar.h @@ -29,18 +29,6 @@ class MixerAvatar : public AvatarData { 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 };