# HG changeset patch # User IBBoard # Date 1316861332 -3600 # Node ID f31b364f9b04bf2b33104ac0289f1f318f688cdc # Parent c026c02583cab526c6e9b16e7d8a9ff22348aa74 * Remove MockArmyCategory in Mercurial diff -r c026c02583ca -r f31b364f9b04 API/Objects/Mock/MockArmyCategory.cs --- 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) - { - } - } -}