From 121bb3e3205f27205b026fda229f0fd2618a4d92 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Mon, 6 Feb 2012 14:11:08 +0100 Subject: [PATCH] Clean up and remove unneeded references --- SparkleLib/Git/SparkleRepoGit.cs | 2 -- SparkleLib/SparkleAnnouncement.cs | 1 - SparkleLib/SparkleFetcherBase.cs | 2 -- SparkleLib/SparkleListenerFactory.cs | 2 +- SparkleLib/SparkleRepoBase.cs | 1 - 5 files changed, 1 insertion(+), 7 deletions(-) diff --git a/SparkleLib/Git/SparkleRepoGit.cs b/SparkleLib/Git/SparkleRepoGit.cs index fa654c88..0c25ed24 100755 --- a/SparkleLib/Git/SparkleRepoGit.cs +++ b/SparkleLib/Git/SparkleRepoGit.cs @@ -17,10 +17,8 @@ using System; using System.Collections.Generic; -using System.Diagnostics; using System.IO; using System.Text.RegularExpressions; -using System.Xml; namespace SparkleLib { diff --git a/SparkleLib/SparkleAnnouncement.cs b/SparkleLib/SparkleAnnouncement.cs index a05068b7..9ec5cf56 100644 --- a/SparkleLib/SparkleAnnouncement.cs +++ b/SparkleLib/SparkleAnnouncement.cs @@ -16,7 +16,6 @@ using System; -using System.Collections.Generic; namespace SparkleLib { diff --git a/SparkleLib/SparkleFetcherBase.cs b/SparkleLib/SparkleFetcherBase.cs index da7ce962..276fa3a1 100755 --- a/SparkleLib/SparkleFetcherBase.cs +++ b/SparkleLib/SparkleFetcherBase.cs @@ -16,9 +16,7 @@ using System; -using System.Diagnostics; using System.IO; -using System.Security.AccessControl; using System.Text.RegularExpressions; using System.Threading; diff --git a/SparkleLib/SparkleListenerFactory.cs b/SparkleLib/SparkleListenerFactory.cs index e4021c29..6da29c35 100644 --- a/SparkleLib/SparkleListenerFactory.cs +++ b/SparkleLib/SparkleListenerFactory.cs @@ -44,7 +44,7 @@ namespace SparkleLib { // folder identifier, a SHA-1 hash) for when it's time to sync. // Clients also send the current revision hash to the channel // for other clients to pick up when you've synced up any - // changes. This way + // changes. // // Please see the SparkleShare wiki if you wish to run // your own service instead diff --git a/SparkleLib/SparkleRepoBase.cs b/SparkleLib/SparkleRepoBase.cs index 2d3c2c17..d670a14c 100755 --- a/SparkleLib/SparkleRepoBase.cs +++ b/SparkleLib/SparkleRepoBase.cs @@ -23,7 +23,6 @@ using System.Text; using System.Text.RegularExpressions; using System.Threading; using System.Timers; -using System.Xml; namespace SparkleLib {