summaryrefslogtreecommitdiffstats
path: root/src/gui/Port.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/Port.cpp')
-rw-r--r--src/gui/Port.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp
index 60e11471..8c7d35eb 100644
--- a/src/gui/Port.cpp
+++ b/src/gui/Port.cpp
@@ -495,7 +495,7 @@ Port::property_changed(const URI& key, const Atom& value)
}
void
-Port::property_removed(const URI& key, const Atom& value)
+Port::property_removed(const URI& key, const Atom&)
{
const URIs& uris = _app.uris();
if (key == uris.lv2_minimum || key == uris.lv2_maximum) {