From 8c98e7e907bf8139193436a3af44a5ecf7f74b80 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 22 Feb 2010 23:07:21 +0000 Subject: 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 --- src/engine/events/Disconnect.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/engine/events/Disconnect.cpp') diff --git a/src/engine/events/Disconnect.cpp b/src/engine/events/Disconnect.cpp index 7454959e..653933b7 100644 --- a/src/engine/events/Disconnect.cpp +++ b/src/engine/events/Disconnect.cpp @@ -54,7 +54,6 @@ Disconnect::Disconnect( , _patch_connection(NULL) , _compiled_patch(NULL) , _buffers(NULL) - , _error(NO_ERROR) , _internal(false) , _reconnect_dst_port(true) , _clear_dst_port(false) @@ -77,7 +76,6 @@ Disconnect::Disconnect( , _dst_port(dst_port) , _compiled_patch(NULL) , _buffers(NULL) - , _error(NO_ERROR) , _internal(true) , _reconnect_dst_port(reconnect_dst_port) , _clear_dst_port(false) -- cgit v1.2.1