aboutsummaryrefslogtreecommitdiffstats
path: root/src/engine/Machine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/Machine.cpp')
-rw-r--r--src/engine/Machine.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/engine/Machine.cpp b/src/engine/Machine.cpp
index 155ef86..5858610 100644
--- a/src/engine/Machine.cpp
+++ b/src/engine/Machine.cpp
@@ -190,8 +190,6 @@ Machine::reset(MIDISink* sink, Raul::TimeStamp time)
_is_finished = false;
}
-/** Return the active Node with the earliest exit time.
- */
SPtr<Node>
Machine::earliest_node() const
{
@@ -206,11 +204,6 @@ Machine::earliest_node() const
return earliest;
}
-/** Enter a node at the current _time.
- *
- * Returns true if node was entered, or false if the maximum active nodes has
- * been reached.
- */
bool
Machine::enter_node(Context& context,
SPtr<Node> node,