mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Removed comment
git-svn-id: svn://localhost/ardour2/trunk@1541 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9628b1d7b6
commit
bfe5a07204
1 changed files with 0 additions and 5 deletions
|
|
@ -100,11 +100,6 @@ AbstractUI<RequestObject>::handle_ui_requests ()
|
||||||
if (vec.len[0] == 0) {
|
if (vec.len[0] == 0) {
|
||||||
break;
|
break;
|
||||||
} else {
|
} else {
|
||||||
/* request_factory/copy constructor does a deep
|
|
||||||
copy of the Request object,
|
|
||||||
unlike Ringbuffer::read()
|
|
||||||
*/
|
|
||||||
|
|
||||||
request_buffer_map_lock.unlock ();
|
request_buffer_map_lock.unlock ();
|
||||||
do_request (vec.buf[0]);
|
do_request (vec.buf[0]);
|
||||||
request_buffer_map_lock.lock ();
|
request_buffer_map_lock.lock ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue