Don't parse midnam patch files contained in Session twice
MidiPatchManager::refresh already adds the patch files contained in the session folder
This commit is contained in:
parent
ee9f369e38
commit
76d43487da
@ -50,7 +50,6 @@ MidiPatchManager::set_session (Session* s)
|
|||||||
{
|
{
|
||||||
SessionHandlePtr::set_session (s);
|
SessionHandlePtr::set_session (s);
|
||||||
refresh ();
|
refresh ();
|
||||||
add_session_patches ();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user