diff options
Diffstat (limited to 'MediaBrowser.Model/ApiClient/IApiClient.cs')
| -rw-r--r-- | MediaBrowser.Model/ApiClient/IApiClient.cs | 7 |
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> |
