summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_column_labels.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/port_matrix_column_labels.h')
-rw-r--r--gtk2_ardour/port_matrix_column_labels.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/port_matrix_column_labels.h b/gtk2_ardour/port_matrix_column_labels.h
index d4e06226b1..f91a5be204 100644
--- a/gtk2_ardour/port_matrix_column_labels.h
+++ b/gtk2_ardour/port_matrix_column_labels.h
@@ -60,7 +60,7 @@ private:
return _height - _highest_group_name - 2 * name_pad();
}
- std::vector<boost::shared_ptr<ARDOUR::Bundle> > _bundles;
+// PortGroup::BundleList _bundles;
double _longest_bundle_name;
double _longest_channel_name;
double _highest_text;