summaryrefslogtreecommitdiffstats
path: root/src/client
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 /src/client
parent9aaa4892720de74e165049e2be941629038a6951 (diff)
downloadingen-e2d1344c7c4960da1f57e656c87c4599d81988aa.tar.gz
ingen-e2d1344c7c4960da1f57e656c87c4599d81988aa.tar.bz2
ingen-e2d1344c7c4960da1f57e656c87c4599d81988aa.zip
Remove trivial destructors and use default where possible
Diffstat (limited to 'src/client')
-rw-r--r--src/client/ObjectModel.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/ObjectModel.cpp b/src/client/ObjectModel.cpp
index 94106027..9c46f55f 100644
--- a/src/client/ObjectModel.cpp
+++ b/src/client/ObjectModel.cpp
@@ -36,10 +36,6 @@ ObjectModel::ObjectModel(const ObjectModel& copy)
{
}
-ObjectModel::~ObjectModel()
-{
-}
-
bool
ObjectModel::is_a(const URIs::Quark& type) const
{