aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mac/Main.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2014-11-26 22:10:44 -0500
committerLuke <luke.pulverenti@gmail.com>2014-11-26 22:10:44 -0500
commit70161732177de548e87c301319cc1c3a44e7deb8 (patch)
tree192e3f32dc629683ad6e1f9114447adb449a956b /MediaBrowser.Server.Mac/Main.cs
parent89c0085e28de24d1093f3996c345c339730a45ba (diff)
update mac project
Diffstat (limited to 'MediaBrowser.Server.Mac/Main.cs')
-rw-r--r--MediaBrowser.Server.Mac/Main.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Mac/Main.cs b/MediaBrowser.Server.Mac/Main.cs
index 83665540f..5618d02d5 100644
--- a/MediaBrowser.Server.Mac/Main.cs
+++ b/MediaBrowser.Server.Mac/Main.cs
@@ -55,7 +55,6 @@ namespace MediaBrowser.Server.Mac
StartApplication(appPaths, logManager, options);
NSApplication.Init ();
NSApplication.Main (args);
- var b = true;
}
public static void AddDependencies(AppController appController){