summaryrefslogtreecommitdiffstats
path: root/src/server/DirectDriver.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-26 00:34:54 +0000
committerDavid Robillard <d@drobilla.net>2013-12-26 00:34:54 +0000
commit9fe22c55bd236c7e6e6b61a257b6a031731c6a17 (patch)
tree0b994ce325a572ea7756f8f1a752cb1ff4c90e2f /src/server/DirectDriver.hpp
parentb63a173b3624bff8a38eacd088aa3dfce3fc4e33 (diff)
downloadingen-9fe22c55bd236c7e6e6b61a257b6a031731c6a17.tar.gz
ingen-9fe22c55bd236c7e6e6b61a257b6a031731c6a17.tar.bz2
ingen-9fe22c55bd236c7e6e6b61a257b6a031731c6a17.zip
Remove unused Driver::is_realtime() method.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5212 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/DirectDriver.hpp')
-rw-r--r--src/server/DirectDriver.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/DirectDriver.hpp b/src/server/DirectDriver.hpp
index 301a43cc..5f8c4da5 100644
--- a/src/server/DirectDriver.hpp
+++ b/src/server/DirectDriver.hpp
@@ -74,8 +74,6 @@ public:
virtual SampleCount frame_time() const { return 0; }
- virtual bool is_realtime() const { return false; }
-
virtual void append_time_events(ProcessContext& context,
Buffer& buffer) {}