diff options
Diffstat (limited to 'MediaBrowser.Server.Mac/AppController.cs')
| -rw-r--r-- | MediaBrowser.Server.Mac/AppController.cs | 19 |
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 (); - } - } -} - |
