diff --git a/Content.Client/_CP14/DemiplaneTraveling/CP14ClientStationDemiplaneMapSystem.cs b/Content.Client/_CP14/DemiplaneTraveling/CP14ClientStationDemiplaneMapSystem.cs deleted file mode 100644 index c4cedc14c0..0000000000 --- a/Content.Client/_CP14/DemiplaneTraveling/CP14ClientStationDemiplaneMapSystem.cs +++ /dev/null @@ -1,7 +0,0 @@ -using Content.Shared._CP14.DemiplaneTraveling; - -namespace Content.Client._CP14.DemiplaneTraveling; - -public sealed partial class CP14ClientStationDemiplaneMapSystem : CP14SharedStationDemiplaneMapSystem -{ -} diff --git a/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapBoundUserInterface.cs b/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapBoundUserInterface.cs deleted file mode 100644 index 9d1b9e2466..0000000000 --- a/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapBoundUserInterface.cs +++ /dev/null @@ -1,34 +0,0 @@ -using Content.Shared._CP14.DemiplaneTraveling; -using Robust.Client.UserInterface; - -namespace Content.Client._CP14.DemiplaneTraveling; - -public sealed class CP14DemiplaneMapBoundUserInterface : BoundUserInterface -{ - private CP14DemiplaneMapWindow? _window; - - public CP14DemiplaneMapBoundUserInterface(EntityUid owner, Enum uiKey) : base(owner, uiKey) - { - IoCManager.InjectDependencies(this); - } - - protected override void Open() - { - base.Open(); - - _window = this.CreateWindow(); - - _window.OnEject += pos => SendMessage(new CP14DemiplaneMapEjectMessage(pos)); - //_window.OnRevoke += pos => SendMessage(new CP14DemiplaneMapRevokeMessage(pos)); - } - - protected override void UpdateState(BoundUserInterfaceState state) - { - base.UpdateState(state); - - if (_window == null || state is not CP14DemiplaneMapUiState mapState) - return; - - _window?.UpdateState(mapState); - } -} diff --git a/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapWindow.xaml b/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapWindow.xaml deleted file mode 100644 index 05b0815616..0000000000 --- a/Content.Client/_CP14/DemiplaneTraveling/CP14DemiplaneMapWindow.xaml +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -