Remove unused imports (#1431)

We don't support .Net Framework anymore.
This commit is contained in:
DrSmugleaf
2020-07-20 02:06:51 +02:00
committed by GitHub
parent 2c0abe3f70
commit 202954efe2
10 changed files with 6 additions and 40 deletions

View File

@@ -1,6 +1,3 @@
// Only unused on .NET Core due to KeyValuePair.Deconstruct
// ReSharper disable once RedundantUsingDirective
using Robust.Shared.Utility;
using System.Text;
using Robust.Client.UserInterface.Controls;
using Robust.Client.UserInterface.CustomControls;