From 8cbb6841fc5c7110cdae01bd29d2a1a91e159c5c Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Wed, 26 Feb 2020 16:46:56 +0100 Subject: [PATCH] Fix compiler warning --- Content.Client/EntryPoint.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/Content.Client/EntryPoint.cs b/Content.Client/EntryPoint.cs index 197a1e8ebe..8eedfcc852 100644 --- a/Content.Client/EntryPoint.cs +++ b/Content.Client/EntryPoint.cs @@ -17,7 +17,6 @@ using Content.Shared.GameObjects.Components.VendingMachines; using Robust.Client.Interfaces; using Robust.Client.Interfaces.Graphics.Overlays; using Robust.Client.Interfaces.Input; -using Robust.Client.Interfaces.State; using Robust.Client.Interfaces.UserInterface; using Robust.Client.Player; using Robust.Shared.ContentPack; @@ -35,7 +34,6 @@ namespace Content.Client #pragma warning disable 649 [Dependency] private readonly IPlayerManager _playerManager; [Dependency] private readonly IBaseClient _baseClient; - [Dependency] private readonly IStateManager _stateManager; [Dependency] private readonly IEscapeMenuOwner _escapeMenuOwner; #pragma warning restore 649