diff api/Objects/ArmyCategory.cs @ 305:92d10b06ab0f

Fixes #62: Delete obsolete methods * All obsolete methods deleted. No other changes required - usage had already been phased out. Also: * Add app.config to appease VS.Net
author IBBoard <dev@ibboard.co.uk>
date Wed, 26 Jan 2011 20:27:50 +0000
parents 938409fc24cc
children
line wrap: on
line diff
--- a/api/Objects/ArmyCategory.cs	Wed Jan 26 20:24:10 2011 +0000
+++ b/api/Objects/ArmyCategory.cs	Wed Jan 26 20:27:50 2011 +0000
@@ -113,12 +113,6 @@
 			}
 		}
 
-		[Obsolete("Use Points instead")]
-		public double PointsTotal
-		{
-			get { return TotalPoints; }
-		}
-
 		public double Points
 		{
 			get { return TotalPoints; }