summaryrefslogtreecommitdiffstats
path: root/src/engine/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Driver.hpp')
-rw-r--r--src/engine/Driver.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/engine/Driver.hpp b/src/engine/Driver.hpp
index 1c02972b..3b869046 100644
--- a/src/engine/Driver.hpp
+++ b/src/engine/Driver.hpp
@@ -80,9 +80,6 @@ public:
/** Deactivate driver (stop processing graph and events). */
virtual void deactivate() {}
- /** Return true iff driver is activated (processing graph and events). */
- virtual bool is_activated() const { return true; }
-
/** Create a port ready to be inserted with add_input (non realtime).
* May return NULL if the Driver can not create the port for some reason.
*/