Remove unused usings and add end of file newline.

This commit is contained in:
Paul Chote
2018-06-01 18:17:52 +01:00
committed by reaperrr
parent 55d3040a0e
commit 3d79541148

View File

@@ -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--;
}
}
}
}