Remove redundant port-owner check
authorRobin Gareus <robin@gareus.org>
Fri, 18 Oct 2019 13:22:33 +0000 (15:22 +0200)
committerRobin Gareus <robin@gareus.org>
Fri, 18 Oct 2019 20:56:46 +0000 (22:56 +0200)
commit148a9682be3fcf1c83c738287f875c9c629edbd1
tree4f642f69085b8f0a2a5dfa40973e631c86d6d80a
parentf0d2327af09447c237dadb26e48923ca2129b863
Remove redundant port-owner check

Ports owned by Ardour are already filtered out by
PortManager::get_known_midi_ports() ->
PortManager::fill_midi_port_info_locked()

This change is in preparation for allowing to expose Ardour's
"Virtual MIDI Keyboard" keyboard (which is owned by Ardour).
gtk2_ardour/rc_option_editor.cc