Remove debug code.
git-svn-id: svn://localhost/ardour2/branches/3.0@8374 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
118bb6d835
commit
fcd0a44744
@ -31,7 +31,6 @@ EventLoop::invalidate_request (void* data)
|
|||||||
if (ir->event_loop) {
|
if (ir->event_loop) {
|
||||||
Glib::Mutex::Lock lm (ir->event_loop->slot_invalidation_mutex());
|
Glib::Mutex::Lock lm (ir->event_loop->slot_invalidation_mutex());
|
||||||
for (list<BaseRequestObject*>::iterator i = ir->requests.begin(); i != ir->requests.end(); ++i) {
|
for (list<BaseRequestObject*>::iterator i = ir->requests.begin(); i != ir->requests.end(); ++i) {
|
||||||
cerr << "Object deleted had outstanding event loop request, IR created @ "
|
|
||||||
<< ir->file << ':' << ir->line
|
<< ir->file << ':' << ir->line
|
||||||
<< endl;
|
<< endl;
|
||||||
(*i)->valid = false;
|
(*i)->valid = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user