summaryrefslogtreecommitdiffstats
path: root/ingen/AtomWriter.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-12-25 12:34:07 -0500
committerDavid Robillard <d@drobilla.net>2017-12-25 12:49:55 -0500
commite2d1344c7c4960da1f57e656c87c4599d81988aa (patch)
tree16f8d4fcadc5a9daad6e6cfbaaa4ad794da8e623 /ingen/AtomWriter.hpp
parent9aaa4892720de74e165049e2be941629038a6951 (diff)
downloadingen-e2d1344c7c4960da1f57e656c87c4599d81988aa.tar.gz
ingen-e2d1344c7c4960da1f57e656c87c4599d81988aa.tar.bz2
ingen-e2d1344c7c4960da1f57e656c87c4599d81988aa.zip
Remove trivial destructors and use default where possible
Diffstat (limited to 'ingen/AtomWriter.hpp')
-rw-r--r--ingen/AtomWriter.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ingen/AtomWriter.hpp b/ingen/AtomWriter.hpp
index 72124b36..5d465706 100644
--- a/ingen/AtomWriter.hpp
+++ b/ingen/AtomWriter.hpp
@@ -43,8 +43,6 @@ class INGEN_API AtomWriter : public Interface
public:
AtomWriter(URIMap& map, URIs& uris, AtomSink& sink);
- ~AtomWriter() override;
-
Raul::URI uri() const override {
return Raul::URI("ingen:/clients/atom_writer");
}