diff options
Diffstat (limited to 'src/libs/engine/Node.h')
-rw-r--r-- | src/libs/engine/Node.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libs/engine/Node.h b/src/libs/engine/Node.h index 7a4600ee..db220c15 100644 --- a/src/libs/engine/Node.h +++ b/src/libs/engine/Node.h @@ -103,15 +103,6 @@ public: */ virtual const Plugin* plugin() const = 0; - /** Add self to a Patch. - * - * This function must be realtime-safe! Any non-realtime actions that - * need to be done before adding to a patch can be done in activate(). - */ - virtual void add_to_patch() = 0; - - virtual void remove_from_patch() = 0; - virtual void set_buffer_size(size_t size) = 0; }; |