diff FrmNewUnitEquipment.cs @ 46:1576f669b3eb

Fixes #137: Remove use of old collections * Remove all references (lots unused) in WinForms code * Remove DebugOutput window as it isn't used any more * Remove unused static hashtable from UnitEquipmentChoice
author IBBoard <dev@ibboard.co.uk>
date Sun, 13 Sep 2009 17:33:36 +0000
parents 4fc87d6e6119
children bdd10c56a917
line wrap: on
line diff
--- a/FrmNewUnitEquipment.cs	Wed Sep 09 19:56:24 2009 +0000
+++ b/FrmNewUnitEquipment.cs	Sun Sep 13 17:33:36 2009 +0000
@@ -4,7 +4,6 @@
 
 using System;
 using System.Drawing;
-using System.Collections;
 using System.ComponentModel;
 using System.Windows.Forms;
 using IBBoard;