diff options
Diffstat (limited to 'src/server/BlockImpl.cpp')
-rw-r--r-- | src/server/BlockImpl.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/server/BlockImpl.cpp b/src/server/BlockImpl.cpp index ad5a233e..0cae55a2 100644 --- a/src/server/BlockImpl.cpp +++ b/src/server/BlockImpl.cpp @@ -144,8 +144,6 @@ BlockImpl::set_buffer_size(Context& context, } } -/** Prepare to run a cycle (in the audio thread) - */ void BlockImpl::pre_process(ProcessContext& context) { @@ -157,8 +155,6 @@ BlockImpl::pre_process(ProcessContext& context) } } -/** Prepare to run a cycle (in the audio thread) - */ void BlockImpl::post_process(ProcessContext& context) { |