From 05e1c53107adf5dc084def60305638e10670f1eb Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 26 Feb 2012 22:11:25 +0000 Subject: [PATCH] controller: remove unneeded references --- SparkleShare/SparkleController.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SparkleShare/SparkleController.cs b/SparkleShare/SparkleController.cs index efc01932..90f6a925 100755 --- a/SparkleShare/SparkleController.cs +++ b/SparkleShare/SparkleController.cs @@ -16,14 +16,9 @@ using System; -using System.Collections.Generic; using System.Diagnostics; using System.IO; -using System.Runtime.InteropServices; -using System.Text; -using System.Threading; -using Mono.Unix; using SparkleLib; namespace SparkleShare {