Skip to content

Commit

Permalink
fix: remove redundant creation of routing port collections
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-welker authored May 23, 2023
1 parent 714c605 commit 15d4961
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ExtronQuantumDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,9 +164,6 @@ public ExtronQuantumDevice(string key, string name, ExtronQuantumConfig config,

SelectedCanvasFeedback = new IntFeedback(() => SelectedCanvas);

InputPorts = new RoutingPortCollection<RoutingInputPort>();
OutputPorts = new RoutingPortCollection<RoutingOutputPort>();

InputPorts = CreateRoutingInputs(_config.Inputs);
OutputPorts = CreateRoutingOutputs(_config.Windows);

Expand Down

0 comments on commit 15d4961

Please sign in to comment.