diff options
| author | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-15 09:29:51 +0000 |
|---|---|---|
| committer | Greenback <jimcartlidge@yahoo.co.uk> | 2020-12-15 09:30:19 +0000 |
| commit | dddcfa6dbbca04ed69597ec335007612e2e2b8e8 (patch) | |
| tree | f8900a3c8229673c3669d7903505ce7b18fc166e /Emby.Server.Implementations/Plugins/PluginManager.cs | |
| parent | 41466c430de6ad8b3aa2599af9e6e41f1f63c785 (diff) | |
Suggested changes.
Diffstat (limited to 'Emby.Server.Implementations/Plugins/PluginManager.cs')
| -rw-r--r-- | Emby.Server.Implementations/Plugins/PluginManager.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Plugins/PluginManager.cs b/Emby.Server.Implementations/Plugins/PluginManager.cs index 07b729748..cf25ccf48 100644 --- a/Emby.Server.Implementations/Plugins/PluginManager.cs +++ b/Emby.Server.Implementations/Plugins/PluginManager.cs @@ -1,7 +1,6 @@ #nullable enable using System; using System.Collections.Generic; -using System.Globalization; using System.IO; using System.Linq; using System.Reflection; @@ -23,8 +22,6 @@ namespace Emby.Server.Implementations /// </summary> public class PluginManager : IPluginManager { - private const int OffsetFromTopRightCorner = 38; - private readonly string _pluginsPath; private readonly Version _appVersion; private readonly JsonSerializerOptions _jsonOptions; |
