summaryrefslogtreecommitdiffstats
path: root/src/Driver.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Driver.hpp')
-rw-r--r--src/Driver.hpp4
1 files changed, 0 insertions, 4 deletions
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<PatchagePort> find_port_view(
- Patchage* patchage,
- const PatchageEvent::PortRef& ref) = 0;
-
virtual bool connect(boost::shared_ptr<PatchagePort> src_port,
boost::shared_ptr<PatchagePort> dst_port) = 0;