From 3d795411480620edabd0c0aee9f89495c40c7373 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Fri, 1 Jun 2018 18:17:52 +0100 Subject: [PATCH] Remove unused usings and add end of file newline. --- OpenRA.Mods.Common/Widgets/Logic/ColorPickerLogic.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/OpenRA.Mods.Common/Widgets/Logic/ColorPickerLogic.cs b/OpenRA.Mods.Common/Widgets/Logic/ColorPickerLogic.cs index 3bef1475e9..3981a18a6e 100644 --- a/OpenRA.Mods.Common/Widgets/Logic/ColorPickerLogic.cs +++ b/OpenRA.Mods.Common/Widgets/Logic/ColorPickerLogic.cs @@ -11,10 +11,8 @@ using System; using System.Collections.Generic; -using System.Drawing; using System.Linq; using OpenRA.Graphics; -using OpenRA.Mods.Common.Lint; using OpenRA.Mods.Common.Traits; using OpenRA.Primitives; using OpenRA.Widgets; @@ -208,4 +206,4 @@ namespace OpenRA.Mods.Common.Widgets.Logic paletteTabHighlighted--; } } -} \ No newline at end of file +}