summaryrefslogtreecommitdiffstats
path: root/src/engine/events/Connect.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-02-22 23:07:21 +0000
committerDavid Robillard <d@drobilla.net>2010-02-22 23:07:21 +0000
commit8c98e7e907bf8139193436a3af44a5ecf7f74b80 (patch)
treead63a04a760c458190569007620a1fb1f9938a45 /src/engine/events/Connect.hpp
parentde5fbd4001ae2d8db2edc9abdd2d757587047ecb (diff)
downloadingen-8c98e7e907bf8139193436a3af44a5ecf7f74b80.tar.gz
ingen-8c98e7e907bf8139193436a3af44a5ecf7f74b80.tar.bz2
ingen-8c98e7e907bf8139193436a3af44a5ecf7f74b80.zip
Don't respond with PUT (creating empty nodes) when plugin instantiation fails.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2479 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events/Connect.hpp')
-rw-r--r--src/engine/events/Connect.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/events/Connect.hpp b/src/engine/events/Connect.hpp
index 116ea892..90fba0d9 100644
--- a/src/engine/events/Connect.hpp
+++ b/src/engine/events/Connect.hpp
@@ -82,8 +82,6 @@ private:
InputPort::Connections::Node* _port_listnode;
Raul::Array<BufferFactory::Ref>* _buffers;
-
- ErrorType _error;
};