From ad02810bb505e823ed7222c785649f668baaa404 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 17 Apr 2011 20:03:45 +0000 Subject: Remove unused Driver::is_activated. Consistently sort fields of Engine by name. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3156 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/Driver.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/engine/Driver.hpp') 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. */ -- cgit v1.2.1