From b65f8073ba306ac2d85133875746767e7c6b0eb6 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 21 Jul 2009 15:55:17 +0000 Subject: Fix some unused parameter warnings. git-svn-id: svn://localhost/ardour2/branches/3.0@5403 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ghostregion.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/ghostregion.cc') diff --git a/gtk2_ardour/ghostregion.cc b/gtk2_ardour/ghostregion.cc index cfd9d3ea43..9d3d81eb00 100644 --- a/gtk2_ardour/ghostregion.cc +++ b/gtk2_ardour/ghostregion.cc @@ -215,7 +215,7 @@ MidiGhostRegion::Hit::x_changed() } void -MidiGhostRegion::set_samples_per_unit (double spu) +MidiGhostRegion::set_samples_per_unit (double /*spu*/) { } @@ -310,7 +310,7 @@ MidiGhostRegion::add_note(ArdourCanvas::CanvasNote* n) } void -MidiGhostRegion::add_hit(ArdourCanvas::CanvasHit* h) +MidiGhostRegion::add_hit(ArdourCanvas::CanvasHit* /*h*/) { //events.push_back(new Hit(h, group)); } -- cgit v1.2.3