diff FrmNewArmy.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 6ab7ddc038f9
children d6ff354a5d84
line wrap: on
line diff
--- a/FrmNewArmy.cs	Wed Sep 09 19:56:24 2009 +0000
+++ b/FrmNewArmy.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;