summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-02 16:14:11 +0000
committerDavid Robillard <d@drobilla.net>2013-02-02 16:14:11 +0000
commit05d020a36581fdc9c5038339e52208f7d9f3e60e (patch)
tree34e9bc4aa23fe501cbf8e83a98a55612625cc882 /src/gui/NodeModule.hpp
parentaac915f5389f8c94f767704bc7b0f363d38c9244 (diff)
downloadingen-05d020a36581fdc9c5038339e52208f7d9f3e60e.tar.gz
ingen-05d020a36581fdc9c5038339e52208f7d9f3e60e.tar.bz2
ingen-05d020a36581fdc9c5038339e52208f7d9f3e60e.zip
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
Diffstat (limited to 'src/gui/NodeModule.hpp')
-rw-r--r--src/gui/NodeModule.hpp1
1 files changed, 0 insertions, 1 deletions
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<const Client::PortModel> 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();