From 0c373cc8c454982133aaa234223939d0a3b87abe Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Mon, 12 Oct 2015 14:49:39 +0200 Subject: [PATCH] Remove an unused using --- OpenRA.Mods.Common/Scripting/Global/MediaGlobal.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/OpenRA.Mods.Common/Scripting/Global/MediaGlobal.cs b/OpenRA.Mods.Common/Scripting/Global/MediaGlobal.cs index 74624404c9..38729d875e 100644 --- a/OpenRA.Mods.Common/Scripting/Global/MediaGlobal.cs +++ b/OpenRA.Mods.Common/Scripting/Global/MediaGlobal.cs @@ -20,7 +20,6 @@ using OpenRA.Graphics; using OpenRA.Mods.Common.Effects; using OpenRA.Mods.Common.Traits; using OpenRA.Scripting; -using OpenRA.Traits; namespace OpenRA.Mods.Common.Scripting {