diff --git a/gtk2_ardour/port_group.cc b/gtk2_ardour/port_group.cc index 4cf9ae7159..9316cca6b4 100644 --- a/gtk2_ardour/port_group.cc +++ b/gtk2_ardour/port_group.cc @@ -708,11 +708,6 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp /* we own this port (named after the program) */ - /* Hide scene ports for now */ - if (p.find (_("Scene ")) != string::npos) { - continue; - } - extra_program[t].push_back (p); } else if (flags & IsPhysical) {