diff options
-rw-r--r-- | src/AlsaDriver.cpp | 1 | ||||
-rw-r--r-- | src/PatchageEvent.cpp | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/AlsaDriver.cpp b/src/AlsaDriver.cpp index 340d050..fc5f5d1 100644 --- a/src/AlsaDriver.cpp +++ b/src/AlsaDriver.cpp @@ -183,7 +183,6 @@ AlsaDriver::refresh_ports() if (!m) { m = boost::shared_ptr<PatchageModule>(new PatchageModule(_app, client_name, InputOutput)); m->load_location(); - m->store_location(); _app->canvas()->add_item(m); } diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 2ab921b..7877200 100644 --- a/src/PatchageEvent.cpp +++ b/src/PatchageEvent.cpp @@ -92,7 +92,6 @@ PatchageEvent::execute(Patchage* patchage) module = SharedPtr<PatchageModule>( new PatchageModule(patchage, module_name, InputOutput)); module->load_location(); - module->store_location(); patchage->canvas()->add_item(module); module->show(); } |