# HG changeset patch # User IBBoard # Date 1317064713 -3600 # Node ID 72beddaffb71f9430d14f14c98dd2462da62dc0a # Parent 4bea9c96eb6018f415f6ea037bad4b3bff09630b Code cleanup - remove warnings * Remove duplicate Using statement * Remove unused constant declaration diff -r 4bea9c96eb60 -r 72beddaffb71 FrmUnit.cs --- a/FrmUnit.cs Sat Sep 24 11:57:44 2011 +0100 +++ b/FrmUnit.cs Mon Sep 26 20:18:33 2011 +0100 @@ -27,7 +27,6 @@ public class FrmUnit : IBBoard.Windows.Forms.IBBForm { private static readonly ILog log = LogManager.GetLogger(typeof(FrmUnit)); - private static readonly int BORDER_WIDTH = 1; private static readonly int NAME_COL_WIDTH_MULTIPLIER = 3; private Unit unit; private Dictionary equipmentChoices = new Dictionary(); diff -r 4bea9c96eb60 -r 72beddaffb71 FrmXmlExport.cs --- a/FrmXmlExport.cs Sat Sep 24 11:57:44 2011 +0100 +++ b/FrmXmlExport.cs Mon Sep 26 20:18:33 2011 +0100 @@ -10,7 +10,6 @@ using IBBoard.Lang; using IBBoard.WarFoundry.API.Objects; using IBBoard.WarFoundry.API.Exporters; -using System.Xml.Xsl; namespace IBBoard.WarFoundry.GUI.WinForms {