From 62c083bb013c6ea83c871ff59689226770778f8c Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Tue, 5 Oct 2021 18:05:21 +0200 Subject: [PATCH] Remove a bogus and unneeded import --- OpenRA.Mods.Common/Lint/CheckTraitLocation.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Mods.Common/Lint/CheckTraitLocation.cs b/OpenRA.Mods.Common/Lint/CheckTraitLocation.cs index fb573a5cf0..5cab8f4613 100644 --- a/OpenRA.Mods.Common/Lint/CheckTraitLocation.cs +++ b/OpenRA.Mods.Common/Lint/CheckTraitLocation.cs @@ -11,7 +11,6 @@ using System; using System.Linq; -using DiscordRPC.Helper; using OpenRA.Traits; namespace OpenRA.Mods.Common.Lint