mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Removed redundant "base::EnterFromEventLoop".
This commit is contained in:
parent
81ed3acfa1
commit
a064e836f2
1 changed files with 0 additions and 8 deletions
|
@ -617,11 +617,3 @@ rpl::producer<> on_main_update_requests() {
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace crl
|
} // namespace crl
|
||||||
|
|
||||||
namespace base {
|
|
||||||
|
|
||||||
void EnterFromEventLoop(FnMut<void()> &&method) {
|
|
||||||
Core::Sandbox::Instance().customEnterFromEventLoop(std::move(method));
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace base
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue