Remove Session::Exists() global access point.

This commit is contained in:
John Preston
2020-06-10 17:24:41 +04:00
parent 5f8d22f1f2
commit 598fb67cdf
19 changed files with 119 additions and 133 deletions
@@ -107,7 +107,6 @@ private:
rpl::variable<BlobState> _state;
MTP::WeakInstance _mtproto;
int32 _mtprotoUserId = 0;
std::unique_ptr<MTP::DedicatedLoader> _implementation;