aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/Native/BrowserLauncher.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.ServerApplication/Native/BrowserLauncher.cs')
-rw-r--r--MediaBrowser.ServerApplication/Native/BrowserLauncher.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.ServerApplication/Native/BrowserLauncher.cs b/MediaBrowser.ServerApplication/Native/BrowserLauncher.cs
index 4ba98e9b6..c2c64ea4d 100644
--- a/MediaBrowser.ServerApplication/Native/BrowserLauncher.cs
+++ b/MediaBrowser.ServerApplication/Native/BrowserLauncher.cs
@@ -87,18 +87,6 @@ namespace MediaBrowser.ServerApplication.Native
}
/// <summary>
- /// Opens the standard API documentation.
- /// </summary>
- /// <param name="configurationManager">The configuration manager.</param>
- /// <param name="appHost">The app host.</param>
- /// <param name="logger">The logger.</param>
- public static void OpenStandardApiDocumentation(IServerConfigurationManager configurationManager, IServerApplicationHost appHost, ILogger logger)
- {
- OpenUrl("http://localhost:" + configurationManager.Configuration.HttpServerPortNumber + "/" +
- appHost.WebApplicationName + "/metadata", logger);
- }
-
- /// <summary>
/// Opens the URL.
/// </summary>
/// <param name="url">The URL.</param>