summaryrefslogtreecommitdiffstats
path: root/src/LV2Features.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/LV2Features.cpp')
-rw-r--r--src/LV2Features.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/LV2Features.cpp b/src/LV2Features.cpp
index 6ae057f2..cd03cccd 100644
--- a/src/LV2Features.cpp
+++ b/src/LV2Features.cpp
@@ -29,10 +29,6 @@ LV2Features::Feature::free_feature(LV2_Feature* feature)
free(feature);
}
-LV2Features::LV2Features()
-{
-}
-
void
LV2Features::add_feature(const SPtr<Feature>& feature)
{