summaryrefslogtreecommitdiffstats
path: root/src/server/JackDriver.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/JackDriver.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/JackDriver.hpp')
-rw-r--r--src/server/JackDriver.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/JackDriver.hpp b/src/server/JackDriver.hpp
index 59a62ad6..e2bafd7c 100644
--- a/src/server/JackDriver.hpp
+++ b/src/server/JackDriver.hpp
@@ -86,8 +86,6 @@ public:
void append_time_events(ProcessContext& context,
Buffer& buffer);
- bool is_realtime() const { return jack_is_realtime(_client); }
-
jack_client_t* jack_client() const { return _client; }
SampleCount block_length() const { return _block_length; }
SampleCount sample_rate() const { return _sample_rate; }