From fc37db61e6293fdc4a59cd83427b0df07b93884d 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/machina@3703 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/EdgeView.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/EdgeView.cpp b/src/gui/EdgeView.cpp index f8dedbd..7daf8ea 100644 --- a/src/gui/EdgeView.cpp +++ b/src/gui/EdgeView.cpp @@ -70,7 +70,6 @@ EdgeView::EdgeView(Canvas& canvas, , _edge(edge) { set_color(edge_color(probability())); - show_handle(true); edge->signal_property.connect( sigc::mem_fun(this, &EdgeView::on_property)); @@ -92,7 +91,6 @@ EdgeView::length_hint() const void EdgeView::show_label(bool show) { - show_handle(show); set_color(edge_color(probability())); } -- cgit v1.2.1