mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix build.
git-svn-id: svn://localhost/ardour2/branches/3.0@8376 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c76912db2c
commit
cf2cd98db0
1 changed files with 0 additions and 2 deletions
|
|
@ -31,8 +31,6 @@ EventLoop::invalidate_request (void* data)
|
|||
if (ir->event_loop) {
|
||||
Glib::Mutex::Lock lm (ir->event_loop->slot_invalidation_mutex());
|
||||
for (list<BaseRequestObject*>::iterator i = ir->requests.begin(); i != ir->requests.end(); ++i) {
|
||||
<< ir->file << ':' << ir->line
|
||||
<< endl;
|
||||
(*i)->valid = false;
|
||||
(*i)->invalidation = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue