diff options
Diffstat (limited to 'MediaBrowser.Server.Mac/AppController.designer.cs')
| -rw-r--r-- | MediaBrowser.Server.Mac/AppController.designer.cs | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/MediaBrowser.Server.Mac/AppController.designer.cs b/MediaBrowser.Server.Mac/AppController.designer.cs deleted file mode 100644 index 0842bbc1a..000000000 --- a/MediaBrowser.Server.Mac/AppController.designer.cs +++ /dev/null @@ -1,27 +0,0 @@ -// WARNING -// -// This file has been generated automatically by MonoDevelop to store outlets and -// actions made in the Xcode designer. If it is removed, they will be lost. -// Manual changes to this file may not be handled correctly. -// -using MonoMac.Foundation; - -namespace MediaBrowser.Server.Mac -{ - partial class AppController - { - [Outlet] - MonoMac.AppKit.NSMenu statusMenu { get; set; } - - [Action ("HelloWorld:")] - partial void HelloWorld (MonoMac.Foundation.NSObject sender); - - void ReleaseDesignerOutlets () - { - if (statusMenu != null) { - statusMenu.Dispose (); - statusMenu = null; - } - } - } -} |
