diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs
index 8265cfeb7b..83099e1f9f 100644
--- a/MediaBrowser.Common/Net/INetworkManager.cs
+++ b/MediaBrowser.Common/Net/INetworkManager.cs
@@ -17,25 +17,6 @@ namespace MediaBrowser.Common.Net
/// System.Int32.
int GetRandomUnusedPort();
- ///
- /// Creates the netsh URL registration.
- ///
- void AuthorizeHttpListening(string url);
-
- ///
- /// Adds the windows firewall rule.
- ///
- /// The port.
- /// The protocol.
- void AddSystemFirewallRule(int port, NetworkProtocol protocol);
-
- ///
- /// Removes the windows firewall rule.
- ///
- /// The port.
- /// The protocol.
- void RemoveSystemFirewallRule(int port, NetworkProtocol protocol);
-
///
/// Returns MAC Address from first Network Card in Computer
///