From a1247cbb33de516facfe597d8fb40c028d3c32b4 Mon Sep 17 00:00:00 2001 From: amy Date: Wed, 11 Oct 2023 21:50:35 +0100 Subject: [PATCH] comment --- OpenDreamClient/Interface/DreamInterfaceManager.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/OpenDreamClient/Interface/DreamInterfaceManager.cs b/OpenDreamClient/Interface/DreamInterfaceManager.cs index 0a333af628..6569bad415 100644 --- a/OpenDreamClient/Interface/DreamInterfaceManager.cs +++ b/OpenDreamClient/Interface/DreamInterfaceManager.cs @@ -655,8 +655,6 @@ private void LoadInterface(InterfaceDescriptor descriptor) { OSWindow _window = window.CreateWindow(); _window.StartupLocation = WindowStartupLocation.CenterOwner; _window.Owner = _clyde.MainWindow; - //if(((WindowDescriptor)window.ElementDescriptor).IsVisible) - // _window.Show(); } } }