summaryrefslogtreecommitdiff
path: root/SparkleShare/Mac/AppDelegate.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SparkleShare/Mac/AppDelegate.cs')
-rwxr-xr-xSparkleShare/Mac/AppDelegate.cs12
1 files changed, 3 insertions, 9 deletions
diff --git a/SparkleShare/Mac/AppDelegate.cs b/SparkleShare/Mac/AppDelegate.cs
index 9e246c1..f68c695 100755
--- a/SparkleShare/Mac/AppDelegate.cs
+++ b/SparkleShare/Mac/AppDelegate.cs
@@ -1,5 +1,5 @@
-// SparkleShare, a collaboration and sharing tool.
-// Copyright (C) 2010 Hylke Bons <hylkebons@gmail.com>
+// SparkleShare, a collaboration and sharing tool.
+// Copyright (C) 2010 Hylke Bons <hi@planetpeanut.uk>
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -15,17 +15,11 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-using System;
-using System.Drawing;
-
-using MonoMac.Foundation;
-using MonoMac.AppKit;
-using MonoMac.ObjCRuntime;
+using AppKit;
namespace SparkleShare
{
public partial class AppDelegate : NSApplicationDelegate
{
-
}
}