Skip to content

Commit

Permalink
Remove unused methods
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jul 9, 2024
1 parent 79db30e commit ece97de
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Bonsai.Core.Tests/TestWorkflow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ private TestWorkflow(ExpressionBuilderGraph workflow, Node<ExpressionBuilder, Ex

public Node<ExpressionBuilder, ExpressionBuilderArgument> Cursor { get; }

public static TestWorkflow FromGraph(ExpressionBuilderGraph workflow)
{
return new TestWorkflow(workflow, null);
}

public TestWorkflow ResetCursor()
{
if (Cursor != null)
Expand Down Expand Up @@ -98,11 +93,6 @@ public TestWorkflow AppendNested<TWorkflowExpressionBuilder>(
return Append(workflowBuilder);
}

public ExpressionBuilderGraph ToGraph()
{
return Workflow;
}

public ExpressionBuilderGraph ToInspectableGraph()
{
return Workflow.ToInspectableGraph();
Expand Down

0 comments on commit ece97de

Please sign in to comment.