summaryrefslogtreecommitdiffstats
path: root/src/engine/LV2Plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/LV2Plugin.hpp')
-rw-r--r--src/engine/LV2Plugin.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/LV2Plugin.hpp b/src/engine/LV2Plugin.hpp
index 31a8770b..808a9103 100644
--- a/src/engine/LV2Plugin.hpp
+++ b/src/engine/LV2Plugin.hpp
@@ -41,7 +41,6 @@ namespace Ingen {
class PatchImpl;
class NodeImpl;
-
/** Implementation of an LV2 plugin (loaded shared library).
*/
class LV2Plugin : public PluginImpl
@@ -69,7 +68,6 @@ private:
SharedPtr<LV2Info> _lv2_info;
};
-
} // namespace Ingen
#endif // INGEN_ENGINE_LV2PLUGIN_HPP