From 704605973d7775fb3c80136490e316921947900f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 Aug 2014 18:14:02 +0000 Subject: Clean up code documentation. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5454 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/DuplexPort.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/server/DuplexPort.cpp') 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) { -- cgit v1.2.1