changeset 173:f31b364f9b04

* Remove MockArmyCategory in Mercurial
author IBBoard <dev@ibboard.co.uk>
date Sat, 24 Sep 2011 11:48:52 +0100
parents c026c02583ca
children 1bce8d0baad4
files API/Objects/Mock/MockArmyCategory.cs
diffstat 1 files changed, 0 insertions(+), 15 deletions(-) [+]
line wrap: on
line diff
--- a/API/Objects/Mock/MockArmyCategory.cs	Sat Sep 24 11:46:20 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-// This file (MockArmyCategory.cs) is a part of the IBBoard.WarFoundry.API.Tests project and is copyright 2009 IBBoard
-// 
-// The file and the library/program it is in are licensed and distributed, without warranty, under the GNU Affero GPL license, either version 3 of the License or (at your option) any later version. Please see COPYING for more information and the full license.
-
-using System;
-
-namespace IBBoard.WarFoundry.API.Objects.Mock
-{
-	public class MockArmyCategory : ArmyCategory
-	{
-		public MockArmyCategory (Category cat) : base(MockArmy.GetMockArmy(), cat)
-		{
-		}
-	}
-}