summaryrefslogtreecommitdiffstats
path: root/src/engine
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-05 20:40:54 +0000
committerDavid Robillard <d@drobilla.net>2011-04-05 20:40:54 +0000
commite5c50582b6b0a53f6cb7d4e14e46a966322fabe9 (patch)
tree086878e1deef7bf6f372d5c923ab6627bee7064b /src/engine
parentf47198f2a168aaef44170f02e87ec77349bcef7b (diff)
downloadingen-e5c50582b6b0a53f6cb7d4e14e46a966322fabe9.tar.gz
ingen-e5c50582b6b0a53f6cb7d4e14e46a966322fabe9.tar.bz2
ingen-e5c50582b6b0a53f6cb7d4e14e46a966322fabe9.zip
Remove invalid copy pasted comment (fix ticket #672).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3139 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine')
-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: