[Changelog] Remove thread lock

This commit is contained in:
momo5502 2017-02-06 14:34:40 +01:00
parent 4d177e3c3f
commit 671a0b276d

View File

@ -51,9 +51,6 @@ namespace Components
Changelog::Changelog() Changelog::Changelog()
{ {
std::lock_guard<std::mutex> _(Changelog::Mutex);
Changelog::Lines.clear();
// Changelog // Changelog
UIFeeder::Add(39.0f, Changelog::GetChangelogCount, Changelog::GetChangelogText, Changelog::SelectChangelog); UIFeeder::Add(39.0f, Changelog::GetChangelogCount, Changelog::GetChangelogText, Changelog::SelectChangelog);
} }