From 7b6bf545dad2f9db1ea9f9cb9fdcd4bac57a18a2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 5 Sep 2013 10:42:17 -0400 Subject: removed network option from directory picker due to unreliability --- MediaBrowser.Common/Net/INetworkManager.cs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'MediaBrowser.Common/Net') 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 @@ -23,12 +23,6 @@ namespace MediaBrowser.Common.Net /// [string] MAC Address string GetMacAddress(); - /// - /// Gets available devices within the domain - /// - /// PC's in the Domain - IEnumerable GetNetworkDevices(); - /// /// Gets the network shares. /// -- cgit v1.2.3