mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
We don't need a mutex lock in Channel::retain/release... I think.
This commit is contained in:
@@ -54,9 +54,6 @@ public:
|
||||
int getCount();
|
||||
void clear();
|
||||
|
||||
void retain();
|
||||
void release();
|
||||
|
||||
private:
|
||||
|
||||
Channel(const std::string &name);
|
||||
|
||||
Reference in New Issue
Block a user