Fix incorrectly resolved merge conflict, left too much code.

This commit is contained in:
Dale Glass 2023-12-06 13:29:08 +01:00 committed by HifiExperiments
parent ac01435c37
commit 96e864e4e9

View file

@ -45,21 +45,6 @@ private:
bool _needsHeroCheck { false };
bool _needsIdentityUpdate { false };
bool generateFSTHash();
bool validateFSTHash(const QString& publicKey) const;
QByteArray canonicalJson(const QString fstFile);
void requestCurrentOwnership();
void sendOwnerChallenge();
static const QString VERIFY_FAIL_MODEL;
private slots:
void fstRequestComplete();
void ownerRequestComplete();
void challengeTimeout();
signals:
void startChallengeTimer();
};
using MixerAvatarSharedPointer = std::shared_ptr<MixerAvatar>;