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:
David Robillard 2009-02-16 05:13:05 +00:00
parent fb254fb2fc
commit 458c588e2c
11 changed files with 98 additions and 75 deletions

View file

@ -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;
}