Remove SS14Window.AddToScreen and related systems.

This commit is contained in:
Pieter-Jan Briers
2019-07-18 22:48:51 +02:00
parent 31ca502418
commit 8d2ea9aed1
6 changed files with 35 additions and 73 deletions

View File

@@ -192,7 +192,6 @@ namespace Robust.Client.Console.Commands
public bool Execute(IDebugConsole console, params string[] args)
{
var window = new EntitySpawnWindow(IoCManager.Resolve<IPlacementManager>(), IoCManager.Resolve<IPrototypeManager>(), IoCManager.Resolve<IResourceCache>());
window.AddToScreen();
return false;
}
}
@@ -443,7 +442,6 @@ namespace Robust.Client.Console.Commands
public bool Execute(IDebugConsole console, params string[] args)
{
var window = new SS14Window("UITest");
window.AddToScreen();
var tabContainer = new TabContainer();
window.Contents.AddChild(tabContainer);
var scroll = new ScrollContainer();