From 3608cf1123c28e960892da7b38b4249efdd5e4aa Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Jan 2013 05:02:02 +0000 Subject: Fix selection dash for circles. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4933 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeView.cpp | 9 --------- src/gui/NodeView.hpp | 1 - 2 files changed, 10 deletions(-) diff --git a/src/gui/NodeView.cpp b/src/gui/NodeView.cpp index c1eeff0..fc5377e 100644 --- a/src/gui/NodeView.cpp +++ b/src/gui/NodeView.cpp @@ -121,15 +121,6 @@ NodeView::show_label(bool show) set_label(""); } -void -NodeView::set_selected(gboolean selected) -{ - Circle::set_selected(selected); - std::cerr << "FIXME: dash" << std::endl; - //if (!selected) - // _node.property_dash() = node_is(URIs::instance().machina_selector) ? selector_dash() : 0; -} - void NodeView::on_property(Machina::URIInt key, const Raul::Atom& value) { diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp index 5359b4b..b0c0da4 100644 --- a/src/gui/NodeView.hpp +++ b/src/gui/NodeView.hpp @@ -52,7 +52,6 @@ private: bool on_double_click(GdkEventButton* ev); void on_property(Machina::URIInt key, const Raul::Atom& value); void on_action_property(Machina::URIInt key, const Raul::Atom& value); - void set_selected(gboolean selected); bool node_is(Raul::Forge& forge, Machina::URIInt key); -- cgit v1.2.1