Fix compiler warnings.

This commit is contained in:
Pieter-Jan Briers
2019-04-19 23:44:28 +02:00
parent 4c08c31149
commit 3e1f7d6d92
3 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ using System;
using Content.Client.Interfaces.Chat;
using Content.Shared.Chat;
using Robust.Client.Console;
using Robust.Shared.Interfaces.GameObjects;
using Robust.Shared.Interfaces.Network;
using Robust.Shared.IoC;
using Robust.Shared.Log;
@@ -20,7 +19,6 @@ namespace Content.Client.Chat
#pragma warning disable 649
[Dependency] private readonly IClientNetManager _netManager;
[Dependency] private readonly IClientConsole _console;
[Dependency] private readonly IEntityManager _entityManager;
#pragma warning restore 649
private ChatBox _currentChatBox;