diff options
author | David Robillard <d@drobilla.net> | 2011-04-20 01:15:09 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-20 01:15:09 +0000 |
commit | 050def448a88bd6eafb8453d5cf60f761c06b46b (patch) | |
tree | 4b4c0bf5f6ca9c22c6f3556351126b3b05a26e1d /src/engine/events/Disconnect.hpp | |
parent | 9e15d7859def446fb3f66f15d3ca1cd444bbf03e (diff) | |
download | ingen-050def448a88bd6eafb8453d5cf60f761c06b46b.tar.gz ingen-050def448a88bd6eafb8453d5cf60f761c06b46b.tar.bz2 ingen-050def448a88bd6eafb8453d5cf60f761c06b46b.zip |
Simplify disconnect code.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3177 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/engine/events/Disconnect.hpp')
-rw-r--r-- | src/engine/events/Disconnect.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/engine/events/Disconnect.hpp b/src/engine/events/Disconnect.hpp index f7e965e0..9c741293 100644 --- a/src/engine/events/Disconnect.hpp +++ b/src/engine/events/Disconnect.hpp @@ -91,9 +91,8 @@ private: Raul::Array<BufferFactory::Ref>* _buffers; - bool _internal; - bool _reconnect_dst_port; - bool _clear_dst_port; + bool _internal; + bool _reconnect_dst_port; }; } // namespace Events |