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 --- ingen/URIs.hpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'ingen/URIs.hpp') diff --git a/ingen/URIs.hpp b/ingen/URIs.hpp index eb657473..71c56678 100644 --- a/ingen/URIs.hpp +++ b/ingen/URIs.hpp @@ -39,13 +39,10 @@ class URIMap; */ class INGEN_API URIs : public Raul::Noncopyable { public: - URIs(ingen::Forge& forge, URIMap* map, LilvWorld* lworld); + URIs(ingen::Forge& forge, LilvWorld* lworld); struct Quark : public URI { - Quark(ingen::Forge& forge, - URIMap* map, - LilvWorld* lworld, - const char* str); + Quark(ingen::Forge& forge, LilvWorld* lworld, const char* str); Quark(const Quark& copy); -- cgit v1.2.1