Remove redundant #nullable enable (#4275)

This commit is contained in:
Visne
2021-07-17 02:37:09 +02:00
committed by GitHub
parent 84616743e9
commit b7dc3c81ae
890 changed files with 354 additions and 1246 deletions

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Content.Client.Administration.UI.Tabs;
using Content.Client.HUD;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Client.Console;
using Robust.Client.Console;
using Robust.Client.UserInterface.Controls;
using Robust.Shared.IoC;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using Robust.Client.AutoGenerated;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using Robust.Client.UserInterface.CustomControls;
using Robust.Shared.IoC;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Client.AutoGenerated;
using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface;
namespace Content.Client.Administration.UI.Tabs.AdminTab

View File

@@ -1,5 +1,4 @@
#nullable enable
using JetBrains.Annotations;
using JetBrains.Annotations;
using Robust.Client.AutoGenerated;
using Robust.Client.Console;
using Robust.Client.UserInterface.Controls;

View File

@@ -1,5 +1,4 @@
#nullable enable
using JetBrains.Annotations;
using JetBrains.Annotations;
using Robust.Client.AutoGenerated;
using Robust.Client.Console;
using Robust.Client.UserInterface.Controls;

View File

@@ -1,5 +1,4 @@
#nullable enable
using JetBrains.Annotations;
using JetBrains.Annotations;
using Robust.Client.AutoGenerated;
using Robust.Client.Console;
using Robust.Client.UserInterface.Controls;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Client.Administration.Managers;
using Content.Client.Administration.Managers;
using Robust.Client.AutoGenerated;
using Robust.Client.Placement;
using Robust.Client.ResourceManagement;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using System.Linq;
using Content.Client.StationEvents.Managers;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using JetBrains.Annotations;
using Robust.Client.AutoGenerated;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using Content.Client.Atmos.EntitySystems;
using Content.Shared.Atmos;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Client.AutoGenerated;
using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface;
namespace Content.Client.Administration.UI.Tabs.AtmosTab

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using Content.Client.Atmos.EntitySystems;
using Content.Shared.Atmos;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using System.Linq;
using JetBrains.Annotations;
using Robust.Client.AutoGenerated;

View File

@@ -1,5 +1,4 @@
#nullable enable

using System.Collections.Generic;
using Content.Shared.Administration.Menu;
using Robust.Client.AutoGenerated;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Client.AutoGenerated;
using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface;
namespace Content.Client.Administration.UI.Tabs

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Client.AutoGenerated;
using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface;
namespace Content.Client.Administration.UI.Tabs

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Content.Client.Atmos.Overlays;
using Content.Shared.Atmos;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using Content.Client.Atmos.Overlays;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Shared.Atmos;
using Content.Shared.Atmos.Piping;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Client.GameTicking.Managers;
using Content.Client.Lobby;
using Content.Client.Viewport;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Buckle.Components;
using Content.Shared.Buckle.Components;
using Robust.Client.GameObjects;
using Robust.Shared.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using Content.Client.Stylesheets;

View File

@@ -13,7 +13,6 @@ using Robust.Shared.Serialization.Markdown;
using Robust.Shared.Serialization.Markdown.Mapping;
using Robust.Shared.Utility;
#nullable enable
namespace Content.Client.Changelog
{

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Shared.Chemistry.Solution.Components;
using JetBrains.Annotations;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Client.Inventory;
using Content.Client.Items.Components;
using Content.Shared.Clothing;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Robust.Client.Graphics;
using Robust.Shared.Enums;
using Robust.Shared.IoC;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared;
using Content.Shared;
using Content.Shared.CCVar;
using Robust.Shared.Configuration;
using Robust.Shared.Console;

View File

@@ -14,7 +14,6 @@ using Robust.Shared.IoC;
using Robust.Shared.Map;
using Robust.Shared.Maths;
#nullable enable
namespace Content.Client.Construction
{

View File

@@ -7,7 +7,6 @@ using Robust.Client.UserInterface.XAML;
using Robust.Shared.IoC;
using Robust.Shared.Localization;
#nullable enable
namespace Content.Client.Construction.UI
{

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using Content.Client.Interactable.Components;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Linq;
using System.Threading;
using Content.Client.Examine;

View File

@@ -1,5 +1,4 @@
#nullable enable

using System;
using System.Collections.Generic;
using System.Linq;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using Robust.Client.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Shared.Flash;
using Robust.Client.Graphics;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Content.Shared.Ghost;
using Robust.Client.Console;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Robust.Client.AutoGenerated;
using Robust.Client.AutoGenerated;
using Robust.Client.UserInterface.CustomControls;
using Robust.Client.UserInterface.XAML;
using Robust.Shared.GameObjects;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System;
using System;
using System.Collections.Generic;
using Content.Shared.Gravity;
using JetBrains.Annotations;

View File

@@ -1,5 +1,4 @@
#nullable enable
using System.Collections.Generic;
using System.Collections.Generic;
using Content.Client.HealthOverlay.UI;
using Content.Shared.Damage.Components;
using Content.Shared.GameTicking;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Client.IoC;
using Content.Client.Resources;
using Content.Shared.Damage.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using System.IO;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Client.Hands;
using Content.Shared.Item;
using Robust.Shared.Containers;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Shared.DragDrop;
using Content.Shared.Kitchen.Components;
using Robust.Shared.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System;
using Content.Shared.Light;
using JetBrains.Annotations;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Content.Shared.DrawDepth;
using Content.Shared.MobState;

View File

@@ -1,5 +1,4 @@
#nullable enable
using Content.Shared.Morgue;
using Content.Shared.Morgue;
using Robust.Client.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Shared.Movement;
using Content.Shared.Movement.Components;
using Robust.Client.Player;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Shared.Rotatable;
using Robust.Shared.GameObjects;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using System.Linq;
using Content.Shared.Singularity.Components;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Robust.Shared.GameObjects;
using Robust.Shared.Serialization.Manager.Attributes;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Content.Shared.Rounding;

View File

@@ -1,5 +1,4 @@
#nullable enable

using Content.Shared.Stacks;
using Content.Shared.Storage;
using JetBrains.Annotations;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Linq;
using Content.Client.Actions.UI;
using Content.Client.Examine;

View File

@@ -1,4 +1,3 @@
#nullable enable
using System.Collections.Generic;
using Content.Client.HUD;
using Content.Shared.Suspicion;

View File

@@ -1,4 +1,3 @@
#nullable enable
using Content.Client.Stylesheets;
using JetBrains.Annotations;
using Robust.Client.AutoGenerated;

View File

@@ -9,7 +9,6 @@ using Robust.Shared.IoC;
using Robust.Shared.Network;
using Robust.Shared.Timing;
#nullable enable
namespace Content.Client.Voting
{