diff options
| author | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-17 11:37:55 +0100 |
|---|---|---|
| committer | BaronGreenback <jimcartlidge@yahoo.co.uk> | 2021-04-17 11:37:55 +0100 |
| commit | bc1cc2d04ae0e823becf59964e5bdc5a74ae7741 (patch) | |
| tree | d97694ca31bf52da2fc261259693e8b1c090fcc4 /Emby.Server.Implementations/AppBase/ConfigurationHelper.cs | |
| parent | b63f615fd4f92f40394d04c9ae764b35aadc000d (diff) | |
Remove unused using directives
Diffstat (limited to 'Emby.Server.Implementations/AppBase/ConfigurationHelper.cs')
| -rw-r--r-- | Emby.Server.Implementations/AppBase/ConfigurationHelper.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/AppBase/ConfigurationHelper.cs b/Emby.Server.Implementations/AppBase/ConfigurationHelper.cs index 3f7076383..29bac6634 100644 --- a/Emby.Server.Implementations/AppBase/ConfigurationHelper.cs +++ b/Emby.Server.Implementations/AppBase/ConfigurationHelper.cs @@ -3,7 +3,6 @@ using System; using System.IO; using System.Linq; -using MediaBrowser.Common.Extensions; using MediaBrowser.Model.Serialization; namespace Emby.Server.Implementations.AppBase |
