diff options
Diffstat (limited to 'src/server/DirectDriver.hpp')
-rw-r--r-- | src/server/DirectDriver.hpp | 2 |
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) {} |