removed network option from directory picker due to unreliability

This commit is contained in:
Luke Pulverenti
2013-09-05 10:42:17 -04:00
parent 6e1ed10a06
commit 7b6bf545da
6 changed files with 1 additions and 236 deletions

View File

@@ -23,12 +23,6 @@ namespace MediaBrowser.Common.Net
/// <returns>[string] MAC Address</returns>
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>