summaryrefslogtreecommitdiffstats
path: root/src/engine/internals/Delay.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/internals/Delay.hpp')
-rw-r--r--src/engine/internals/Delay.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/engine/internals/Delay.hpp b/src/engine/internals/Delay.hpp
index 6da6f3ba..c3657402 100644
--- a/src/engine/internals/Delay.hpp
+++ b/src/engine/internals/Delay.hpp
@@ -21,8 +21,6 @@
#include <string>
#include <math.h>
#include "types.hpp"
-//#include "Buffer.hpp"
-//#include "BufferFactory.hpp"
#include "NodeImpl.hpp"
namespace Ingen {
@@ -35,12 +33,6 @@ class BufferFactory;
namespace Internals {
-/** MIDI note input node.
- *
- * For pitched instruments like keyboard, etc.
- *
- * \ingroup engine
- */
class DelayNode : public NodeImpl
{
public: