diff options
Diffstat (limited to 'src/engine/PatchPlugin.hpp')
-rw-r--r-- | src/engine/PatchPlugin.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/PatchPlugin.hpp b/src/engine/PatchPlugin.hpp index 72f3d4f0..e86e4dd3 100644 --- a/src/engine/PatchPlugin.hpp +++ b/src/engine/PatchPlugin.hpp @@ -27,7 +27,6 @@ namespace Ingen { class NodeImpl; - /** Implementation of a Patch plugin. * * Patches don't actually work like this yet... @@ -60,7 +59,6 @@ private: const std::string _name; }; - } // namespace Ingen #endif // INGEN_ENGINE_PATCHPLUGIN_HPP |