aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/ApiClient/IApiClient.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-04 14:05:24 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-10-04 14:05:24 -0400
commit7a084a589ed1b43cb59dc323388b31b28b0d3d91 (patch)
tree9cfeddac88af1fae8b2b9f9777d7e513d52fdfb8 /MediaBrowser.Model/ApiClient/IApiClient.cs
parente83a3e710be75da138ef7b79d7351a4075151efc (diff)
added dashboard tour
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs')
-rw-r--r--MediaBrowser.Model/ApiClient/IApiClient.cs7
1 files changed, 0 insertions, 7 deletions
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
@@ -788,13 +788,6 @@ namespace MediaBrowser.Model.ApiClient
string ServerAddress { get; }
/// <summary>
- /// Changes the server location.
- /// </summary>
- /// <param name="address">The address.</param>
- /// <param name="keepExistingAuth">Don't clear any existing authentication</param>
- void ChangeServerLocation(string address, bool keepExistingAuth = false);
-
- /// <summary>
/// Gets or sets the type of the client.
/// </summary>
/// <value>The type of the client.</value>