Skip to content

Commit

Permalink
Remove code accidentally re-added during a conflict fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daleglass authored and HifiExperiments committed Oct 19, 2024
1 parent d7c743b commit e288abc
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions assignment-client/src/avatars/MixerAvatar.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit e288abc

Please sign in to comment.