diff options
Diffstat (limited to 'src/JackDriver.cpp')
-rw-r--r-- | src/JackDriver.cpp | 1 |
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)); |