summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_grid.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/port_matrix_grid.h')
-rw-r--r--gtk2_ardour/port_matrix_grid.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/port_matrix_grid.h b/gtk2_ardour/port_matrix_grid.h
index 298d33c0b5..7441d3c79d 100644
--- a/gtk2_ardour/port_matrix_grid.h
+++ b/gtk2_ardour/port_matrix_grid.h
@@ -44,9 +44,6 @@ private:
void compute_dimensions ();
void render (cairo_t *);
- std::vector<boost::shared_ptr<ARDOUR::Bundle> > _column_bundles;
- std::vector<boost::shared_ptr<ARDOUR::Bundle> > _row_bundles;
-
PortMatrix* _port_matrix;
};