mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Remove unused mutex from Emotes (#3943)
The mutex was initially used to limit access to the twitchEmotesCache_ member but it's no longer necessary since it's been made a UniqueAccess type
This commit is contained in:
parent
d849b978e2
commit
a9fc9f949f
1 changed files with 0 additions and 2 deletions
|
@ -45,8 +45,6 @@ private:
|
|||
Url getEmoteLink(const EmoteId &id, const QString &emoteScale);
|
||||
UniqueAccess<std::unordered_map<EmoteId, std::weak_ptr<Emote>>>
|
||||
twitchEmotesCache_;
|
||||
|
||||
std::mutex mutex_;
|
||||
};
|
||||
|
||||
} // namespace chatterino
|
||||
|
|
Loading…
Reference in a new issue