summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-08-15 22:15:03 +0200
committerRobin Gareus <robin@gareus.org>2018-08-15 22:15:56 +0200
commit71f95a99a819316c2d1fc54b767f869a1a21b4c7 (patch)
treeadbccda25857409590b15b1e2e7b4e7b30c02e61
parent645a08cce1216ed3a5168259b4093514d1149ab0 (diff)
Remove ill-conceived Mixbus special case.
Using "Audio I/O" prevents instruments being listed by default.
-rw-r--r--gtk2_ardour/plugin_selector.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/plugin_selector.cc b/gtk2_ardour/plugin_selector.cc
index cbf9aba525..078c5eebd1 100644
--- a/gtk2_ardour/plugin_selector.cc
+++ b/gtk2_ardour/plugin_selector.cc
@@ -224,11 +224,7 @@ PluginSelector::PluginSelector (PluginManager& mgr)
_fil_channel_combo.append_text_item (_("Stereo Audio I/O"));
_fil_channel_combo.append_text_item (_("MIDI I/O (only)"));
_fil_channel_combo.append_text_item (_("Show All I/O"));
-#ifdef MIXBUS
- _fil_channel_combo.set_text (_("Audio I/O"));
-#else
_fil_channel_combo.set_text (_("Show All I/O"));
-#endif
VBox* filter_vbox = manage (new VBox);
filter_vbox->pack_start (*_fil_effects_radio, false, false);