Remove unused private fields in ApiWrap.

This commit is contained in:
John Preston 2022-08-10 15:34:13 +03:00
parent 566128c3eb
commit 7733e3350d

View file

@ -616,8 +616,6 @@ private:
mtpRequestId _termsUpdateRequestId = 0;
mtpRequestId _checkInviteRequestId = 0;
FnMut<void(const MTPChatInvite &result)> _checkInviteDone;
Fn<void(const MTP::Error &error)> _checkInviteFail;
struct MigrateCallbacks {
FnMut<void(not_null<ChannelData*>)> done;
@ -627,8 +625,6 @@ private:
not_null<PeerData*>,
std::vector<MigrateCallbacks>> _migrateCallbacks;
std::vector<FnMut<void(const MTPUser &)>> _supportContactCallbacks;
struct {
mtpRequestId requestId = 0;
QString requestedText;