diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index ba63f706..702676a5 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -1193,22 +1193,5 @@ namespace SparkleShare { 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