diff --git a/Content.Client/Shuttles/BUI/IFFConsoleBoundUserInterface.cs b/Content.Client/Shuttles/BUI/IFFConsoleBoundUserInterface.cs index 8d84abed8a..704307f06b 100644 --- a/Content.Client/Shuttles/BUI/IFFConsoleBoundUserInterface.cs +++ b/Content.Client/Shuttles/BUI/IFFConsoleBoundUserInterface.cs @@ -23,7 +23,6 @@ public sealed class IFFConsoleBoundUserInterface : BoundUserInterface _window = this.CreateWindowCenteredLeft(); _window.ShowIFF += SendIFFMessage; - _window.ShowVessel += SendVesselMessage; } protected override void UpdateState(BoundUserInterfaceState state) @@ -44,14 +43,6 @@ public sealed class IFFConsoleBoundUserInterface : BoundUserInterface }); } - private void SendVesselMessage(bool obj) - { - SendMessage(new IFFShowVesselMessage() - { - Show = obj, - }); - } - protected override void Dispose(bool disposing) { base.Dispose(disposing); diff --git a/Content.Client/Shuttles/UI/IFFConsoleWindow.xaml b/Content.Client/Shuttles/UI/IFFConsoleWindow.xaml index dab11a7b62..90684889a6 100644 --- a/Content.Client/Shuttles/UI/IFFConsoleWindow.xaml +++ b/Content.Client/Shuttles/UI/IFFConsoleWindow.xaml @@ -9,12 +9,6 @@