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/events/Connect.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/server/events/Connect.hpp') diff --git a/src/server/events/Connect.hpp b/src/server/events/Connect.hpp index 9b98b167..359c9f3b 100644 --- a/src/server/events/Connect.hpp +++ b/src/server/events/Connect.hpp @@ -34,7 +34,6 @@ class ArcImpl; class CompiledGraph; class GraphImpl; class InputPort; -class OutputPort; namespace Events { -- cgit v1.2.1