diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-09-28 13:10:41 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-28 13:10:41 -0400 |
| commit | 375f84913d5b1db2600c2e82d3f91c94cc3a65a2 (patch) | |
| tree | 77b673c6bc34b4cec948cd4cccc963f925bd08d1 /MediaBrowser.Server.Mono/MonoAppHost.cs | |
| parent | d9c4f2942781efc4a9417dd88a39592975a5f85f (diff) | |
| parent | 6b4131c47b800e4d3fe21cd5454e483cf0342fe8 (diff) | |
Merge pull request #2922 from MediaBrowser/dev
remove namespaces
Diffstat (limited to 'MediaBrowser.Server.Mono/MonoAppHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Mono/MonoAppHost.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Mono/MonoAppHost.cs b/MediaBrowser.Server.Mono/MonoAppHost.cs index 312f147323..c94334e893 100644 --- a/MediaBrowser.Server.Mono/MonoAppHost.cs +++ b/MediaBrowser.Server.Mono/MonoAppHost.cs @@ -3,7 +3,6 @@ using System.Collections.Generic; using System.Reflection; using Emby.Server.CinemaMode; using Emby.Server.Connect; -using Emby.Server.Core; using Emby.Server.Implementations; using Emby.Server.Sync; using MediaBrowser.Controller.Connect; |
