From 3d470a702051f9ebb8dca3c990863ee7efbe000b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 30 Nov 2011 21:26:21 +0000 Subject: Remove old Connection handle stuff. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3703 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageCanvas.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/PatchageCanvas.cpp') diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp index 73a3d26..6235c5c 100644 --- a/src/PatchageCanvas.cpp +++ b/src/PatchageCanvas.cpp @@ -296,7 +296,6 @@ PatchageCanvas::make_connection(FlowCanvas::Connectable* tail, { FlowCanvas::Connection* c = new FlowCanvas::Connection( *this, tail, head, color); - c->show_handle(true); c->signal_event.connect( sigc::bind<0>(sigc::mem_fun(*this, &PatchageCanvas::on_connection_event), c)); -- cgit v1.2.1