From 155f4c422735cdb7400d9290dc6defca8f580a1b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 30 Jul 2012 16:54:03 +0000 Subject: Shrink events. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4574 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/events/SetPortValue.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/server/events/SetPortValue.hpp') diff --git a/src/server/events/SetPortValue.hpp b/src/server/events/SetPortValue.hpp index e328ff9e..93a4b528 100644 --- a/src/server/events/SetPortValue.hpp +++ b/src/server/events/SetPortValue.hpp @@ -58,9 +58,8 @@ public: private: void apply(Context& context); - const Raul::Path _port_path; - const Raul::Atom _value; PortImpl* _port; + const Raul::Atom _value; ControlBindings::Key _binding; }; -- cgit v1.2.1