From e0646404da2ab3ed81025b417d5e466b2e04f6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= Date: Sat, 12 Feb 2011 15:12:28 +0100 Subject: [PATCH] Once again remove the additional ActivityDay class It was previously removed in a44b5bf9ffd8651987128ca07688b5477946cbd3 but got readded by accident in f274ffac4d6915933ab4893c01507ff7978ee32c. --- SparkleShare/SparkleController.cs | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index 81c526a3..d27f9c23 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -1142,21 +1142,5 @@ Console.WriteLine(GetAvatar (change_set.UserEmail, 32)); public class ChangeSet : SparkleCommit { } - - - // All commits that happened on a day - public class ActivityDay : List { - - public DateTime DateTime; - - public ActivityDay (DateTime date_time) - { - - DateTime = date_time; - DateTime = new DateTime (DateTime.Year, DateTime.Month, DateTime.Day); - - } - - } } \ No newline at end of file