From ff0bd85aa77ecc0be3e51f459f1ec8ffabbb77f7 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 16 May 2010 17:56:52 +0100 Subject: [PATCH] code cleanup --- SparkleShare/SparkleUI.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/SparkleShare/SparkleUI.cs b/SparkleShare/SparkleUI.cs index 0389a416..a6418ac8 100644 --- a/SparkleShare/SparkleUI.cs +++ b/SparkleShare/SparkleUI.cs @@ -133,8 +133,6 @@ namespace SparkleShare { " '" + args.Name + "'"); SparkleDialog SparkleDialog = new SparkleDialog (); SparkleDialog.ShowAll (); -//Window Window = new Window (""); -//Window.ShowAll (); }; // Create place to store configuration user's home folder @@ -153,7 +151,6 @@ namespace SparkleShare { } - } }