diff --git a/TuneUp/TuneUpWindowViewModel.cs b/TuneUp/TuneUpWindowViewModel.cs index 5678aa1..dfe1407 100644 --- a/TuneUp/TuneUpWindowViewModel.cs +++ b/TuneUp/TuneUpWindowViewModel.cs @@ -550,7 +550,6 @@ private void CreateGroupNodesForCollection(ObservableCollection(); - var nodesToAdd = new HashSet(); var sortedNodes = collection.OrderBy(n => n.ExecutionOrderNumber).ToList(); @@ -602,15 +601,7 @@ private void CreateGroupNodesForCollection(ObservableCollection - { - foreach (var node in nodesToAdd) - { - collection.Add(node); - } - }); + } } internal void OnNodeExecutionBegin(NodeModel nm)