aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mac/AppController.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-17 15:52:36 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2017-10-17 15:52:36 -0400
commit0562747968c4c1c10f6e3c0cdf5bb47d53cfe781 (patch)
tree96f077aaa45ab463228c242923c1ae3d2fc1a1c0 /MediaBrowser.Server.Mac/AppController.cs
parent32e89f6debd79c4383320b2fbd42224fc2dce891 (diff)
deprecate mac-specific project
Diffstat (limited to 'MediaBrowser.Server.Mac/AppController.cs')
-rw-r--r--MediaBrowser.Server.Mac/AppController.cs19
1 files changed, 0 insertions, 19 deletions
diff --git a/MediaBrowser.Server.Mac/AppController.cs b/MediaBrowser.Server.Mac/AppController.cs
deleted file mode 100644
index 9e32b53f1..000000000
--- a/MediaBrowser.Server.Mac/AppController.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-using MediaBrowser.Controller;
-using MediaBrowser.Controller.Configuration;
-using MediaBrowser.Model.Logging;
-using System;
-using MonoMac.Foundation;
-using MonoMac.AppKit;
-
-namespace MediaBrowser.Server.Mac
-{
- [Register("AppController")]
- public partial class AppController : NSObject
- {
- public override void AwakeFromNib()
- {
- //new MenuBarIcon ().ShowIcon ();
- }
- }
-}
-