aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core/INativeApp.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 12:33:10 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-11 12:33:10 -0500
commit5655787c1ac9ceedbd78c6c853a7cded33a22d49 (patch)
treeefb58d6a215a227f09aa0ce95c97891718d05d6e /Emby.Server.Core/INativeApp.cs
parent13ec531b142bb95bc599dc8efcc9e204f14e3e03 (diff)
update portable projects
Diffstat (limited to 'Emby.Server.Core/INativeApp.cs')
-rw-r--r--Emby.Server.Core/INativeApp.cs6
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);