diff options
Diffstat (limited to 'Emby.Server.Core/INativeApp.cs')
| -rw-r--r-- | Emby.Server.Core/INativeApp.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Emby.Server.Core/INativeApp.cs b/Emby.Server.Core/INativeApp.cs index a79d1f02b..a4e4b3221 100644 --- a/Emby.Server.Core/INativeApp.cs +++ b/Emby.Server.Core/INativeApp.cs @@ -67,12 +67,6 @@ namespace Emby.Server.Core /// <param name="autorun">if set to <c>true</c> [autorun].</param> void ConfigureAutoRun(bool autorun); - /// <summary> - /// Gets the network manager. - /// </summary> - /// <returns>INetworkManager.</returns> - INetworkManager CreateNetworkManager(ILogger logger); - FFMpegInstallInfo GetFfmpegInstallInfo(); void LaunchUrl(string url); |
