summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r--src/PatchageEvent.cpp1
1 files changed, 0 insertions, 1 deletions
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();
}