aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/INativeApp.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-10-10 14:19:06 -0400
committerGitHub <noreply@github.com>2016-10-10 14:19:06 -0400
commitebdb0753a1f72d19f59e30438a9a59778995ccaa (patch)
treee0a73248bd4106795cc034ca5552c81852f45d68 /MediaBrowser.Server.Startup.Common/INativeApp.cs
parentd6310048edc34ebfeae9b4977129c87481071835 (diff)
parentcb26cb94579b772fa7825c6769dc7ace38217168 (diff)
Merge pull request #2217 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/INativeApp.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/INativeApp.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Startup.Common/INativeApp.cs b/MediaBrowser.Server.Startup.Common/INativeApp.cs
index bf8314d13..c56bb9b4b 100644
--- a/MediaBrowser.Server.Startup.Common/INativeApp.cs
+++ b/MediaBrowser.Server.Startup.Common/INativeApp.cs
@@ -24,8 +24,6 @@ namespace MediaBrowser.Server.Startup.Common
/// <param name="tempDirectory">The temporary directory.</param>
void AuthorizeServer(int udpPort, int httpServerPort, int httpsServerPort, string applicationPath, string tempDirectory);
- bool PortsRequireAuthorization(string applicationPath);
-
/// <summary>
/// Gets the environment.
/// </summary>