[Changelog] Remove thread lock
This commit is contained in:
parent
4d177e3c3f
commit
671a0b276d
@ -51,9 +51,6 @@ namespace Components
|
||||
|
||||
Changelog::Changelog()
|
||||
{
|
||||
std::lock_guard<std::mutex> _(Changelog::Mutex);
|
||||
Changelog::Lines.clear();
|
||||
|
||||
// Changelog
|
||||
UIFeeder::Add(39.0f, Changelog::GetChangelogCount, Changelog::GetChangelogText, Changelog::SelectChangelog);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user