Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
<DefaultWindow xmlns="https://spacestation14.io"
|
||||
Title="{Loc 'comp-pda-ui-menu-title'}"
|
||||
xmlns:gfx="clr-namespace:Robust.Client.Graphics;assembly=Robust.Client"
|
||||
SetSize="400 400"
|
||||
MinSize="400 400">
|
||||
<TabContainer Name="MasterTabContainer">
|
||||
|
||||
@@ -2,7 +2,6 @@ using Robust.Client.AutoGenerated;
|
||||
using Robust.Client.UserInterface.CustomControls;
|
||||
using Robust.Client.UserInterface.XAML;
|
||||
using Content.Client.Message;
|
||||
using Robust.Shared.Timing;
|
||||
using Content.Shared.Cloning.CloningConsole;
|
||||
|
||||
namespace Content.Client.CloningConsole.UI
|
||||
@@ -18,11 +17,6 @@ namespace Content.Client.CloningConsole.UI
|
||||
|
||||
private CloningConsoleBoundUserInterfaceState? _lastUpdate;
|
||||
|
||||
protected override void FrameUpdate(FrameEventArgs args)
|
||||
{
|
||||
base.FrameUpdate(args);
|
||||
}
|
||||
|
||||
public void Populate(CloningConsoleBoundUserInterfaceState state)
|
||||
{
|
||||
_lastUpdate = state;
|
||||
|
||||
Reference in New Issue
Block a user