From: Pieter-Jan Briers Date: Sun, 1 Sep 2024 02:54:39 +0000 (+0200) Subject: Quick warning fixes (#31694) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=528fb4ad55658df9a920f7a492c70612bd3f8f0a;p=space-station-14.git Quick warning fixes (#31694) --- diff --git a/Content.Client/Commands/ActionsCommands.cs b/Content.Client/Commands/ActionsCommands.cs index 593b8e8256..c155c7a9de 100644 --- a/Content.Client/Commands/ActionsCommands.cs +++ b/Content.Client/Commands/ActionsCommands.cs @@ -1,6 +1,4 @@ using Content.Client.Actions; -using Content.Client.Actions; -using Content.Client.Mapping; using Content.Shared.Administration; using Robust.Shared.Console; diff --git a/Content.Client/VendingMachines/VendingMachineBoundUserInterface.cs b/Content.Client/VendingMachines/VendingMachineBoundUserInterface.cs index 797360d171..f8313882a2 100644 --- a/Content.Client/VendingMachines/VendingMachineBoundUserInterface.cs +++ b/Content.Client/VendingMachines/VendingMachineBoundUserInterface.cs @@ -2,10 +2,8 @@ using Content.Client.UserInterface.Controls; using Content.Client.VendingMachines.UI; using Content.Shared.VendingMachines; using Robust.Client.UserInterface; -using Robust.Client.UserInterface.Controls; using Robust.Shared.Input; using System.Linq; -using Robust.Client.UserInterface; namespace Content.Client.VendingMachines { diff --git a/Content.Server/Connection/ConnectionManager.cs b/Content.Server/Connection/ConnectionManager.cs index 987c8d06b0..1b142830f1 100644 --- a/Content.Server/Connection/ConnectionManager.cs +++ b/Content.Server/Connection/ConnectionManager.cs @@ -1,12 +1,7 @@ using System.Collections.Immutable; using System.Linq; -using System.Text.Json.Nodes; using System.Threading.Tasks; -using Content.Server.Connection.Whitelist; -using Content.Server.Connection.Whitelist.Conditions; using System.Runtime.InteropServices; -using System.Text.Json.Nodes; -using System.Threading.Tasks; using Content.Server.Chat.Managers; using Content.Server.Database; using Content.Server.GameTicking; diff --git a/Content.Server/EntityEffects/Effects/ModifyLungGas.cs b/Content.Server/EntityEffects/Effects/ModifyLungGas.cs index b4f35e3d56..b752cd93b8 100644 --- a/Content.Server/EntityEffects/Effects/ModifyLungGas.cs +++ b/Content.Server/EntityEffects/Effects/ModifyLungGas.cs @@ -2,7 +2,6 @@ using Content.Server.Body.Components; using Content.Shared.Atmos; using Content.Shared.EntityEffects; using Robust.Shared.Prototypes; -using Content.Shared.EntityEffects; namespace Content.Server.EntityEffects.Effects; diff --git a/Content.Server/EntityEffects/Effects/Polymorph.cs b/Content.Server/EntityEffects/Effects/Polymorph.cs index 00a5c6613d..2ee533a4d7 100644 --- a/Content.Server/EntityEffects/Effects/Polymorph.cs +++ b/Content.Server/EntityEffects/Effects/Polymorph.cs @@ -4,7 +4,6 @@ using Content.Shared.EntityEffects; using Content.Shared.Polymorph; using Robust.Shared.Prototypes; using Robust.Shared.Serialization.TypeSerializers.Implementations.Custom.Prototype; -using Content.Shared.EntityEffects; namespace Content.Server.EntityEffects.Effects;