diff options
| author | Sven Van den brande <sven.vandenbrande@outlook.com> | 2016-03-27 23:11:27 +0200 |
|---|---|---|
| committer | Sven Van den brande <sven.vandenbrande@outlook.com> | 2016-03-27 23:11:27 +0200 |
| commit | 168587b2a0d1f495a9f85e05b1e518f615b0cfcc (patch) | |
| tree | e9675fc086678d780d0a86caa92181173bac9486 /MediaBrowser.ServerApplication | |
| parent | e73b418f9da82df8fdb443978228e350b9fe1bf2 (diff) | |
Remove unused code...
Diffstat (limited to 'MediaBrowser.ServerApplication')
4 files changed, 1 insertions, 5 deletions
diff --git a/MediaBrowser.ServerApplication/BackgroundService.cs b/MediaBrowser.ServerApplication/BackgroundService.cs index c091c08ee..e90251ae6 100644 --- a/MediaBrowser.ServerApplication/BackgroundService.cs +++ b/MediaBrowser.ServerApplication/BackgroundService.cs @@ -1,5 +1,4 @@ using MediaBrowser.Model.Logging; -using System.Linq; using System.ServiceProcess; namespace MediaBrowser.ServerApplication diff --git a/MediaBrowser.ServerApplication/Native/Autorun.cs b/MediaBrowser.ServerApplication/Native/Autorun.cs index c384d0460..4d3f66b91 100644 --- a/MediaBrowser.ServerApplication/Native/Autorun.cs +++ b/MediaBrowser.ServerApplication/Native/Autorun.cs @@ -1,5 +1,4 @@ -using MediaBrowser.Common.IO; -using System; +using System; using System.IO; using CommonIO; diff --git a/MediaBrowser.ServerApplication/Native/WindowsApp.cs b/MediaBrowser.ServerApplication/Native/WindowsApp.cs index ac07a369d..164037dc5 100644 --- a/MediaBrowser.ServerApplication/Native/WindowsApp.cs +++ b/MediaBrowser.ServerApplication/Native/WindowsApp.cs @@ -1,5 +1,4 @@ using MediaBrowser.Common.Net; -using MediaBrowser.IsoMounter; using MediaBrowser.Model.Logging; using MediaBrowser.Server.Startup.Common; using MediaBrowser.ServerApplication.Networking; diff --git a/MediaBrowser.ServerApplication/Properties/AssemblyInfo.cs b/MediaBrowser.ServerApplication/Properties/AssemblyInfo.cs index cd31fb953..95113e0ed 100644 --- a/MediaBrowser.ServerApplication/Properties/AssemblyInfo.cs +++ b/MediaBrowser.ServerApplication/Properties/AssemblyInfo.cs @@ -1,5 +1,4 @@ using System.Reflection; -using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following |
