summaryrefslogtreecommitdiff
path: root/libs/ardour/location.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/location.cc')
-rw-r--r--libs/ardour/location.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/location.cc b/libs/ardour/location.cc
index 43ffefaae1..b66d0f3942 100644
--- a/libs/ardour/location.cc
+++ b/libs/ardour/location.cc
@@ -654,7 +654,7 @@ Locations::remove (Location *loc)
}
void
-Locations::location_changed (Location* loc)
+Locations::location_changed (Location* /*loc*/)
{
changed (); /* EMIT SIGNAL */
}