# HG changeset patch # User IBBoard # Date 1316980427 -3600 # Node ID 0f144576e5ebbbe7972107a48ea164212a74d78f # Parent 1bce8d0baad48e8be03bd0b7bc3e3c40f48b1ee9 Code tidy-up - remove warnings * Remove unused variable diff -r 1bce8d0baad4 -r 0f144576e5eb API/EventListeningWarFoundryLoader.cs --- a/API/EventListeningWarFoundryLoader.cs Sat Sep 24 11:59:57 2011 +0100 +++ b/API/EventListeningWarFoundryLoader.cs Sun Sep 25 20:53:47 2011 +0100 @@ -9,13 +9,11 @@ { private IDictionary gameSystems; private IDictionary races; - private IDictionary armies; public EventListeningWarFoundryLoader() { gameSystems = new Dictionary(); races = new Dictionary(); - armies = new Dictionary(); } public override void RegisterFactory (INativeWarFoundryFactory factory)