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/SetPortValue.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine/events/SetPortValue.hpp') diff --git a/src/engine/events/SetPortValue.hpp b/src/engine/events/SetPortValue.hpp index 5d4265c7..117e8eed 100644 --- a/src/engine/events/SetPortValue.hpp +++ b/src/engine/events/SetPortValue.hpp @@ -74,7 +74,6 @@ private: const Raul::Path _port_path; const Raul::Atom _value; PortImpl* _port; - ErrorType _error; }; -- cgit v1.2.1