From a064e836f2d50c402048e2533384be03cb203425 Mon Sep 17 00:00:00 2001 From: John Preston Date: Wed, 1 Sep 2021 19:08:56 +0300 Subject: [PATCH] Removed redundant "base::EnterFromEventLoop". --- Telegram/SourceFiles/core/sandbox.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Telegram/SourceFiles/core/sandbox.cpp b/Telegram/SourceFiles/core/sandbox.cpp index a4a47e8fe..cc329ebcf 100644 --- a/Telegram/SourceFiles/core/sandbox.cpp +++ b/Telegram/SourceFiles/core/sandbox.cpp @@ -617,11 +617,3 @@ rpl::producer<> on_main_update_requests() { } } // namespace crl - -namespace base { - -void EnterFromEventLoop(FnMut &&method) { - Core::Sandbox::Instance().customEnterFromEventLoop(std::move(method)); -} - -} // namespace base