triggerbox: waking up the triggerbox thread has nothing to do with RT, so remove comment etc.
This commit is contained in:
parent
4d980bee6a
commit
afd8554b43
@ -2730,19 +2730,8 @@ TriggerBoxThread::queue_request (Request* req)
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (_xthread.deliver (c) != 1) {
|
||||
/* the x-thread channel is non-blocking
|
||||
* write may fail, but we really don't want to wait
|
||||
* under normal circumstances.
|
||||
*
|
||||
* a lost "run" requests under normal RT operation
|
||||
* is mostly harmless.
|
||||
*
|
||||
* TODO if ardour is freehweeling, wait & retry.
|
||||
* ditto for Request::Type Quit
|
||||
*/
|
||||
assert(1); // we're screwd
|
||||
}
|
||||
|
||||
_xthread.deliver (c);
|
||||
}
|
||||
|
||||
void*
|
||||
|
Loading…
Reference in New Issue
Block a user