From 52c970b2d32cce2090efbbaaed6ff50de80958df Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 23 Feb 2008 18:48:59 +0000 Subject: Rearrange event port referencing stuff to make a bit more sense. git-svn-id: http://svn.drobilla.net/lad/patchage@1159 a436a847-0d15-0410-975c-d299462d15a1 --- src/Driver.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/Driver.hpp') diff --git a/src/Driver.hpp b/src/Driver.hpp index 820e7eb..5c4c35d 100644 --- a/src/Driver.hpp +++ b/src/Driver.hpp @@ -41,10 +41,6 @@ public: Patchage* patchage, const PatchageEvent::PortRef& ref) = 0; - virtual boost::shared_ptr find_port_view( - Patchage* patchage, - const PatchageEvent::PortRef& ref) = 0; - virtual bool connect(boost::shared_ptr src_port, boost::shared_ptr dst_port) = 0; -- cgit v1.2.1