Fix warnings and code cleanup/fixes (#13570)
This commit is contained in:
@@ -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