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