summaryrefslogtreecommitdiffstats
path: root/src/engine/InputPort.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-06-03 03:05:06 +0000
committerDavid Robillard <d@drobilla.net>2009-06-03 03:05:06 +0000
commitebbfd9e3cc38106843962bfd56ed6d7f699a59dc (patch)
treeba50c87fb5eb138c621b01e2399ece1968956c30 /src/engine/InputPort.hpp
parent6488ffb1a3fedb87b41add3a2a78a953755c949a (diff)
downloadingen-ebbfd9e3cc38106843962bfd56ed6d7f699a59dc.tar.gz
ingen-ebbfd9e3cc38106843962bfd56ed6d7f699a59dc.tar.bz2
ingen-ebbfd9e3cc38106843962bfd56ed6d7f699a59dc.zip
Clean up input port mixdown code.
Make input port connections private, and ensure only touched from the process thread. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2076 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/InputPort.hpp')
-rw-r--r--src/engine/InputPort.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/InputPort.hpp b/src/engine/InputPort.hpp
index 9e8db13e..4f27835a 100644
--- a/src/engine/InputPort.hpp
+++ b/src/engine/InputPort.hpp
@@ -61,8 +61,6 @@ public:
void add_connection(Connections::Node* c);
Connections::Node* remove_connection(const OutputPort* src_port);
- const Connections& connections() { return _connections; }
-
bool prepare_poly(uint32_t poly);
bool apply_poly(Raul::Maid& maid, uint32_t poly);