From 99ab1c257b7456c16f82119e1faea62c61eea660 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 7 Jan 2007 06:11:57 +0000 Subject: Top level port destruction (Jack port removal). git-svn-id: http://svn.drobilla.net/lad/ingen@238 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/Driver.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/libs/engine/Driver.h') diff --git a/src/libs/engine/Driver.h b/src/libs/engine/Driver.h index 61d2b830..103c4fe6 100644 --- a/src/libs/engine/Driver.h +++ b/src/libs/engine/Driver.h @@ -37,12 +37,6 @@ class DriverPort : boost::noncopyable { public: virtual ~DriverPort() {} - /** Add this port to driver at the beginning of a process cycle (realtime safe) */ - virtual void add_to_driver() = 0; - - /** Remove this port at the beginning of a process cycle (realtime safe) */ - virtual void remove_from_driver() = 0; - /** Set the name of the system port */ virtual void set_name(const std::string& name) = 0; -- cgit v1.2.1