diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index 25f5b16e..1e9f700e 100644 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -26,7 +26,6 @@ using System.Threading; using System.Text.RegularExpressions; using System.Xml; -using System.Net; using System.Security.Cryptography; using System.Text; @@ -1075,21 +1074,4 @@ Console.WriteLine(GetAvatar (change_set.UserEmail, 32)); } - - // 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