From a44b5bf9ffd8651987128ca07688b5477946cbd3 Mon Sep 17 00:00:00 2001 From: Bertrand Lorentz Date: Sun, 16 Jan 2011 11:29:02 +0100 Subject: [PATCH] SparkleController: Fix compilation (issue#22) --- SparkleShare/SparkleController.cs | 18 ------------------ 1 file changed, 18 deletions(-) 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