aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Net/INetworkManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-05 10:42:17 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-09-05 10:42:17 -0400
commit7b6bf545dad2f9db1ea9f9cb9fdcd4bac57a18a2 (patch)
tree9993032ec7db835314238f85535848dbd362d644 /MediaBrowser.Common/Net/INetworkManager.cs
parent6e1ed10a065ee5c4ee6a9078d8fea1e71fddc6d3 (diff)
removed network option from directory picker due to unreliability
Diffstat (limited to 'MediaBrowser.Common/Net/INetworkManager.cs')
-rw-r--r--MediaBrowser.Common/Net/INetworkManager.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Common/Net/INetworkManager.cs b/MediaBrowser.Common/Net/INetworkManager.cs
index 83099e1f9..6cda54606 100644
--- a/MediaBrowser.Common/Net/INetworkManager.cs
+++ b/MediaBrowser.Common/Net/INetworkManager.cs
@@ -24,12 +24,6 @@ namespace MediaBrowser.Common.Net
string GetMacAddress();
/// <summary>
- /// Gets available devices within the domain
- /// </summary>
- /// <returns>PC's in the Domain</returns>
- IEnumerable<string> GetNetworkDevices();
-
- /// <summary>
/// Gets the network shares.
/// </summary>
/// <param name="path">The path.</param>