summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/JackDriver.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/JackDriver.cpp b/src/JackDriver.cpp
index 9624692..68aa612 100644
--- a/src/JackDriver.cpp
+++ b/src/JackDriver.cpp
@@ -154,7 +154,6 @@ JackDriver::create_port_view(Patchage* patchage,
parent = new PatchageModule(patchage, module_name, type);
parent->load_location();
patchage->canvas()->add_module(module_name, parent);
- parent->show();
}
assert(!parent->get_port(port_name));