From ad43d2e08cea225635b56c5473a768bc853ecda3 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Dec 2016 17:51:55 -0500 Subject: Remove virtual inheritance from Port hierarchy This was confusing stoat, and is questionable design anyway. The OutputPort functionality has been moved to PortImpl, which is a basic port with buffers suitable for use as an output, and is overridden by InputPort and DuplexPort where necessary. --- src/server/wscript | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server/wscript') diff --git a/src/server/wscript b/src/server/wscript index 68c1c5f1..1d4b8ac2 100644 --- a/src/server/wscript +++ b/src/server/wscript @@ -22,7 +22,6 @@ def build(bld): LV2Block.cpp LV2Plugin.cpp NodeImpl.cpp - OutputPort.cpp PortImpl.cpp PostProcessor.cpp PreProcessor.cpp -- cgit v1.2.1