Skip to content

Commit

Permalink
clean up a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amylizzle committed Oct 19, 2023
1 parent 0883017 commit aeafc33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions OpenDreamClient/Interface/Controls/ControlWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ private void UpdateWindowAttributes((OSWindow? osWindow, IClydeWindow? clydeWind

if (osWindow != null && osWindow.ClydeWindow != null) {
osWindow.ClydeWindow.IsVisible = WindowDescriptor.IsVisible;
//
//else if (!WindowDescriptor.IsVisible && osWindow.IsOpen)
// osWindow?.Close();
} else if (clydeWindow != null) {
clydeWindow.IsVisible = WindowDescriptor.IsVisible;
}
Expand Down

0 comments on commit aeafc33

Please sign in to comment.