summaryrefslogtreecommitdiffstats
path: root/src/server/DuplexPort.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/DuplexPort.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/DuplexPort.cpp')
-rw-r--r--src/server/DuplexPort.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/DuplexPort.cpp b/src/server/DuplexPort.cpp
index fe958e58..20f8f1b7 100644
--- a/src/server/DuplexPort.cpp
+++ b/src/server/DuplexPort.cpp
@@ -122,7 +122,6 @@ DuplexPort::max_tail_poly(Context& context) const
return parent_graph()->internal_poly_process();
}
-/** Prepare for the execution of parent graph */
void
DuplexPort::pre_process(Context& context)
{
@@ -141,7 +140,6 @@ DuplexPort::pre_process(Context& context)
}
}
-/** Finalize after the execution of parent graph (deliver outputs) */
void
DuplexPort::post_process(Context& context)
{