From c208dd6866916e3ee6158002cc621cd6fa1a66bb Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Oct 2008 22:16:14 +0000 Subject: Remove cruft. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1620 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/ConnectionEvent.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/engine/events/ConnectionEvent.cpp') diff --git a/src/engine/events/ConnectionEvent.cpp b/src/engine/events/ConnectionEvent.cpp index 24b80dee..772679fa 100644 --- a/src/engine/events/ConnectionEvent.cpp +++ b/src/engine/events/ConnectionEvent.cpp @@ -111,7 +111,6 @@ ConnectionEvent::pre_process() assert(_patch); - //if (_dst_input_port->is_connected_to(_src_output_port)) { if (_patch->has_connection(_src_output_port, _dst_input_port)) { _error = ALREADY_CONNECTED; QueuedEvent::pre_process(); -- cgit v1.2.1