From 9e5a7cf49ad84a5a3fa0aa61be11129fc4df1cc2 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 Apr 2011 19:02:36 +0000 Subject: Squeeze blank lines and delete trailing whitespace. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3152 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/DuplexPort.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/engine/DuplexPort.cpp') diff --git a/src/engine/DuplexPort.cpp b/src/engine/DuplexPort.cpp index 315583f0..3cae06d1 100644 --- a/src/engine/DuplexPort.cpp +++ b/src/engine/DuplexPort.cpp @@ -35,7 +35,6 @@ namespace Ingen { using namespace Shared; - DuplexPort::DuplexPort( BufferFactory& bufs, NodeImpl* parent, @@ -56,7 +55,6 @@ DuplexPort::DuplexPort( set_property(bufs.uris().ingen_polyphonic, polyphonic); } - bool DuplexPort::get_buffers(BufferFactory& bufs, Raul::Array* buffers, uint32_t poly) { @@ -66,7 +64,6 @@ DuplexPort::get_buffers(BufferFactory& bufs, Raul::Array* bu return OutputPort::get_buffers(bufs, buffers, poly); } - /** Prepare for the execution of parent patch */ void DuplexPort::pre_process(Context& context) @@ -84,7 +81,6 @@ DuplexPort::pre_process(Context& context) } } - /** Finalize after the execution of parent patch (deliver outputs) */ void DuplexPort::post_process(Context& context) @@ -99,6 +95,5 @@ DuplexPort::post_process(Context& context) } } - } // namespace Ingen -- cgit v1.2.1