diff --git a/gtk2_ardour/port_group.cc b/gtk2_ardour/port_group.cc
index 7523e8b..f02b065 100644
--- a/gtk2_ardour/port_group.cc
+++ b/gtk2_ardour/port_group.cc
@@ -347,12 +347,6 @@ PortGroupList::gather (ARDOUR::Session* session, ARDOUR::DataType type, bool inp
 
 	for (RouteList::const_iterator i = routes->begin(); i != routes->end(); ++i) {
 
-                /* we never show the monitor bus inputs */
-
-                if (inputs && (*i)->is_monitor()) {
-                        continue;
-                }
-
 		/* keep track of IOs that we have taken bundles from,
 		   so that we can avoid taking the same IO from both
 		   Route::output() and the main_outs Delivery
