From 05d020a36581fdc9c5038339e52208f7d9f3e60e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Feb 2013 16:14:11 +0000 Subject: Fix truncation of atom events sent to plugin UIs. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5023 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeModule.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/gui/NodeModule.hpp') diff --git a/src/gui/NodeModule.hpp b/src/gui/NodeModule.hpp index f1521c5f..6edad27b 100644 --- a/src/gui/NodeModule.hpp +++ b/src/gui/NodeModule.hpp @@ -82,7 +82,6 @@ protected: void new_port_view(SPtr port); - void value_changed(uint32_t index, const Raul::Atom& value); void port_activity(uint32_t index, const Raul::Atom& value); void plugin_changed(); void set_control_values(); -- cgit v1.2.1