summaryrefslogtreecommitdiff
path: root/gtk2_ardour/port_matrix_column_labels.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/port_matrix_column_labels.cc')
-rw-r--r--gtk2_ardour/port_matrix_column_labels.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/port_matrix_column_labels.cc b/gtk2_ardour/port_matrix_column_labels.cc
index 8633070d69..4979c95254 100644
--- a/gtk2_ardour/port_matrix_column_labels.cc
+++ b/gtk2_ardour/port_matrix_column_labels.cc
@@ -110,7 +110,7 @@ PortMatrixColumnLabels::compute_dimensions ()
}
double
-PortMatrixColumnLabels::basic_text_x_pos (int c) const
+PortMatrixColumnLabels::basic_text_x_pos (int) const
{
return grid_spacing() / 2 +
_highest_text / (2 * sin (angle ()));
@@ -441,7 +441,7 @@ PortMatrixColumnLabels::channel_x (ARDOUR::BundleChannel const &bc) const
}
double
-PortMatrixColumnLabels::channel_y (ARDOUR::BundleChannel const &bc) const
+PortMatrixColumnLabels::channel_y (ARDOUR::BundleChannel const &) const
{
return 0;
}