From 407099d7a30d01799824c7d4f341e0095e752919 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 23 Sep 2018 22:05:51 +0200 Subject: WIP: Fix unused parameter warnings --- src/gui/GraphCanvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/GraphCanvas.cpp') diff --git a/src/gui/GraphCanvas.cpp b/src/gui/GraphCanvas.cpp index 931cc23f..2f431030 100644 --- a/src/gui/GraphCanvas.cpp +++ b/src/gui/GraphCanvas.cpp @@ -320,7 +320,7 @@ GraphCanvas::add_plugin(SPtr p) } void -GraphCanvas::remove_plugin(const URI& uri) +GraphCanvas::remove_plugin(const URI&) { // Flag menus as dirty so they will be rebuilt when needed next _menu_dirty = true; -- cgit v1.2.1