summaryrefslogtreecommitdiffstats
path: root/src/server/events/SetPortValue.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-23 17:21:42 +0000
committerDavid Robillard <d@drobilla.net>2012-05-23 17:21:42 +0000
commitfbcb066fe22ae036e9535a84c5bebbe0d110fdac (patch)
tree250b574771bbb2e5d5fa4128a9c5f19cc7587a55 /src/server/events/SetPortValue.hpp
parente3fd49d281eb4926bb3b2929b5ac198800e6a8f1 (diff)
downloadingen-fbcb066fe22ae036e9535a84c5bebbe0d110fdac.tar.gz
ingen-fbcb066fe22ae036e9535a84c5bebbe0d110fdac.tar.bz2
ingen-fbcb066fe22ae036e9535a84c5bebbe0d110fdac.zip
Tidy.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4449 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/events/SetPortValue.hpp')
-rw-r--r--src/server/events/SetPortValue.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/server/events/SetPortValue.hpp b/src/server/events/SetPortValue.hpp
index 4d97ee99..cdda9d99 100644
--- a/src/server/events/SetPortValue.hpp
+++ b/src/server/events/SetPortValue.hpp
@@ -45,14 +45,6 @@ public:
SetPortValue(Engine& engine,
Interface* client,
int32_t id,
- bool queued,
- SampleCount timestamp,
- const Raul::Path& port_path,
- const Raul::Atom& value);
-
- SetPortValue(Engine& engine,
- Interface* client,
- int32_t id,
SampleCount timestamp,
PortImpl* port,
const Raul::Atom& value);