From 7733e3350dc596093fd6aa3589381c5dd5146c55 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 10 Aug 2022 15:34:13 +0300 Subject: [PATCH] Remove unused private fields in ApiWrap. --- Telegram/SourceFiles/apiwrap.h | 4 ---- 1 file changed, 4 deletions(-) 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;