mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
Don't bind playlist_modified with a shared_ptr<Playlist> parameter.
Clean up. git-svn-id: svn://localhost/ardour2/branches/3.0@4599 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
fb254fb2fc
commit
458c588e2c
11 changed files with 98 additions and 75 deletions
|
|
@ -612,7 +612,6 @@ SMFSource::load_model(bool lock, bool force_reload)
|
|||
}
|
||||
|
||||
if (_model && !force_reload) {
|
||||
cerr << _name << " not reloading model " << _model.get() << endl;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue