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 8c79084..82f9b87 100644 --- a/src/JackDriver.cpp +++ b/src/JackDriver.cpp @@ -142,7 +142,6 @@ JackDriver::create_port_view(Patchage* patchage, const PortID& id) if (!jack_port) { _app->error_msg( (format("Jack: Failed to find port with ID `%1%'.") % id).str()); - ; return nullptr; } |