output/Control: remove unused method StopThread()
This commit is contained in:
parent
8322ae5a4c
commit
b0ea32f660
|
@ -360,16 +360,6 @@ AudioOutputControl::LockCloseWait() noexcept
|
|||
CloseWait();
|
||||
}
|
||||
|
||||
void
|
||||
AudioOutputControl::StopThread() noexcept
|
||||
{
|
||||
assert(thread.IsDefined());
|
||||
assert(allow_play);
|
||||
|
||||
LockCommandWait(Command::KILL);
|
||||
thread.Join();
|
||||
}
|
||||
|
||||
void
|
||||
AudioOutputControl::BeginDestroy() noexcept
|
||||
{
|
||||
|
|
|
@ -286,7 +286,6 @@ public:
|
|||
}
|
||||
|
||||
void StartThread();
|
||||
void StopThread() noexcept;
|
||||
|
||||
/**
|
||||
* Caller must lock the mutex.
|
||||
|
|
Loading…
Reference in New Issue