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