From c3dc3ff5a5465ed59b0a8b36eb234130dbf0a9d6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 22 Jun 2006 07:38:52 +0000 Subject: LADSPA port default value loading (engine side) git-svn-id: http://svn.drobilla.net/lad/ingen@77 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/engine/InputPort.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/libs/engine/InputPort.h') diff --git a/src/libs/engine/InputPort.h b/src/libs/engine/InputPort.h index d7af9871..e66cf11a 100644 --- a/src/libs/engine/InputPort.h +++ b/src/libs/engine/InputPort.h @@ -57,8 +57,6 @@ public: void process(samplecount nframes); - //void tie(OutputPort* const port); - bool is_connected() const { return (m_connections.size() > 0); } bool is_connected_to(const OutputPort* const port) const; @@ -75,8 +73,6 @@ private: List*> m_connections; // This is just stupid... - //using TypedPort::m_is_tied; - //using TypedPort::m_tied_port; using TypedPort::m_buffers; using TypedPort::_poly; using TypedPort::_index; -- cgit v1.2.1