diff --git a/Telegram/SourceFiles/apiwrap.h b/Telegram/SourceFiles/apiwrap.h index 64306f98d..bd4acdf52 100644 --- a/Telegram/SourceFiles/apiwrap.h +++ b/Telegram/SourceFiles/apiwrap.h @@ -616,8 +616,6 @@ private: mtpRequestId _termsUpdateRequestId = 0; mtpRequestId _checkInviteRequestId = 0; - FnMut _checkInviteDone; - Fn _checkInviteFail; struct MigrateCallbacks { FnMut)> done; @@ -627,8 +625,6 @@ private: not_null, std::vector> _migrateCallbacks; - std::vector> _supportContactCallbacks; - struct { mtpRequestId requestId = 0; QString requestedText;