diff options
Diffstat (limited to 'src/engine/LV2Node.hpp')
-rw-r--r-- | src/engine/LV2Node.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/LV2Node.hpp b/src/engine/LV2Node.hpp index 74f3a922..4065e01c 100644 --- a/src/engine/LV2Node.hpp +++ b/src/engine/LV2Node.hpp @@ -30,7 +30,6 @@ namespace Ingen { class LV2Plugin; - /** An instance of a LV2 plugin. * * \ingroup engine @@ -75,7 +74,6 @@ protected: SharedPtr<Shared::LV2Features::FeatureArray> _features; }; - } // namespace Ingen #endif // INGEN_ENGINE_LV2NODE_HPP |