summaryrefslogtreecommitdiffstats
path: root/src/server/BlockImpl.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-08-28 18:14:02 +0000
committerDavid Robillard <d@drobilla.net>2014-08-28 18:14:02 +0000
commit704605973d7775fb3c80136490e316921947900f (patch)
tree9f0d5dd5136063ed428d87bf5ccce6567cafd9c1 /src/server/BlockImpl.cpp
parentb5195d8cf6a8ed5c446284f904e5704748915450 (diff)
downloadingen-704605973d7775fb3c80136490e316921947900f.tar.gz
ingen-704605973d7775fb3c80136490e316921947900f.tar.bz2
ingen-704605973d7775fb3c80136490e316921947900f.zip
Clean up code documentation.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5454 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/server/BlockImpl.cpp')
-rw-r--r--src/server/BlockImpl.cpp4
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)
{