From e2d1344c7c4960da1f57e656c87c4599d81988aa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 25 Dec 2017 12:34:07 -0500 Subject: Remove trivial destructors and use default where possible --- ingen/Resource.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'ingen/Resource.hpp') diff --git a/ingen/Resource.hpp b/ingen/Resource.hpp index d19d5c9a..aa047e51 100644 --- a/ingen/Resource.hpp +++ b/ingen/Resource.hpp @@ -73,8 +73,6 @@ public: return Graph::DEFAULT; } - ~Resource() override {} - /** Get a single property value. * * This is only useful for properties with a single value. If the -- cgit v1.2.1