aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/NodeView.cpp9
-rw-r--r--src/gui/NodeView.hpp1
2 files changed, 0 insertions, 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
@@ -122,15 +122,6 @@ NodeView::show_label(bool show)
}
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)
{
static const uint32_t active_color = 0x408040FF;
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);