aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2017-10-02 00:49:45 -0400
committerLuke <luke.pulverenti@gmail.com>2017-10-02 00:49:45 -0400
commit3ace9e672fb2543058bcbd8fef12783585c38204 (patch)
tree1a44d6037211d3b00d348e2969d8c0551d4753fa
parentd13d75141c375a0e2d2b4259269ca94263769f41 (diff)
update mac project
-rw-r--r--MediaBrowser.Server.Mac/MacAppHost.cs1
-rw-r--r--MediaBrowser.Server.Mac/Main.cs2
2 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Mac/MacAppHost.cs b/MediaBrowser.Server.Mac/MacAppHost.cs
index 44dec83d2..ddcc33778 100644
--- a/MediaBrowser.Server.Mac/MacAppHost.cs
+++ b/MediaBrowser.Server.Mac/MacAppHost.cs
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.Reflection;
-using Emby.Server.Core;
using Emby.Server.Implementations;
using Emby.Server.Implementations.FFMpeg;
using MediaBrowser.Model.IO;
diff --git a/MediaBrowser.Server.Mac/Main.cs b/MediaBrowser.Server.Mac/Main.cs
index 6af58e66c..0b34822eb 100644
--- a/MediaBrowser.Server.Mac/Main.cs
+++ b/MediaBrowser.Server.Mac/Main.cs
@@ -16,8 +16,6 @@ using System.Threading;
using MonoMac.AppKit;
using MonoMac.Foundation;
using MonoMac.ObjCRuntime;
-using Emby.Server.Core;
-using Emby.Server.Core.Cryptography;
using Emby.Server.Implementations;
using Emby.Server.Implementations.Logging;
using Emby.Server.Mac.Native;