From 7a084a589ed1b43cb59dc323388b31b28b0d3d91 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 4 Oct 2014 14:05:24 -0400 Subject: added dashboard tour --- MediaBrowser.Model/ApiClient/IApiClient.cs | 7 ------- 1 file changed, 7 deletions(-) (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 6fb72d507..254a7e7e0 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -787,13 +787,6 @@ namespace MediaBrowser.Model.ApiClient /// The server address. string ServerAddress { get; } - /// - /// Changes the server location. - /// - /// The address. - /// Don't clear any existing authentication - void ChangeServerLocation(string address, bool keepExistingAuth = false); - /// /// Gets or sets the type of the client. /// -- cgit v1.2.3