player/Control: remove Lock(), Unlock()
This commit is contained in:
@@ -246,20 +246,6 @@ public:
|
|||||||
thread.Start();
|
thread.Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* 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.
|
||||||
|
Reference in New Issue
Block a user