Commit 287cff40 authored by Max Kellermann's avatar Max Kellermann

player/Control: remove Lock(), Unlock()

parent 0e0bc797
...@@ -247,20 +247,6 @@ public: ...@@ -247,20 +247,6 @@ public:
} }
/** /**
* Locks the object.
*/
void Lock() const noexcept {
mutex.lock();
}
/**
* Unlocks the object.
*/
void Unlock() const noexcept {
mutex.unlock();
}
/**
* Signals the object. The object should be locked prior to * Signals the object. The object should be locked prior to
* calling this function. * calling this function.
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment