Clean up and remove unneeded references

This commit is contained in:
Hylke Bons 2012-02-06 14:11:08 +01:00
parent f02e5e9e97
commit 121bb3e320
5 changed files with 1 additions and 7 deletions

View file

@ -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 {

View file

@ -16,7 +16,6 @@
using System;
using System.Collections.Generic;
namespace SparkleLib {

View file

@ -16,9 +16,7 @@
using System;
using System.Diagnostics;
using System.IO;
using System.Security.AccessControl;
using System.Text.RegularExpressions;
using System.Threading;

View file

@ -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

View file

@ -23,7 +23,6 @@ using System.Text;
using System.Text.RegularExpressions;
using System.Threading;
using System.Timers;
using System.Xml;
namespace SparkleLib {