summaryrefslogtreecommitdiffstats
path: root/src/server/Driver.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/Driver.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/Driver.hpp')
-rw-r--r--src/server/Driver.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/Driver.hpp b/src/server/Driver.hpp
index f86d06a3..4b5e0ae0 100644
--- a/src/server/Driver.hpp
+++ b/src/server/Driver.hpp
@@ -85,9 +85,6 @@ public:
/** Return the current frame time (running counter) */
virtual SampleCount frame_time() const = 0;
- /** Return true iff the driver is running in real-time mode */
- virtual bool is_realtime() const = 0;
-
/** Append time events for this cycle to @p buffer. */
virtual void append_time_events(ProcessContext& context,
Buffer& buffer) = 0;