changeset 225:72beddaffb71

Code cleanup - remove warnings * Remove duplicate Using statement * Remove unused constant declaration
author IBBoard <dev@ibboard.co.uk>
date Mon, 26 Sep 2011 20:18:33 +0100
parents 4bea9c96eb60
children 21135f39811e
files FrmUnit.cs FrmXmlExport.cs
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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<UnitEquipmentItem, UnitEquipmentChoice> equipmentChoices = new Dictionary<UnitEquipmentItem, UnitEquipmentChoice>();
--- 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
 {