diff options
Diffstat (limited to 'src/server/events/SetPortValue.hpp')
-rw-r--r-- | src/server/events/SetPortValue.hpp | 8 |
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); |