Skip to content

Commit

Permalink
Clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
NATSUME Hiroaki committed Oct 13, 2024
1 parent f1cf435 commit e0a6ec8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tunny/UI/OptimizationWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public partial class OptimizationWindow : Form
{
private readonly OptimizeComponentBase _component;
private readonly TSettings _settings;
internal GrasshopperStates GrasshopperStatus;

public OptimizationWindow(OptimizeComponentBase component)
{
Expand Down Expand Up @@ -182,7 +181,6 @@ private void SetUIValues()
timeoutNumUpDown.Enabled = true;
timeoutNumUpDown.Value = (decimal)_settings.Optimize.Timeout;
}

}

private void GetUIValues()
Expand Down

0 comments on commit e0a6ec8

Please sign in to comment.