From 189618a75159d604e425c9318984dc2d8a9cc3f9 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 23 Jun 2013 11:02:53 -0400 Subject: fixes #358 - Weather validation in Server configuration --- MediaBrowser.Model/ApiClient/IApiClient.cs | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'MediaBrowser.Model/ApiClient') diff --git a/MediaBrowser.Model/ApiClient/IApiClient.cs b/MediaBrowser.Model/ApiClient/IApiClient.cs index 8634548f2e..0212c3b625 100644 --- a/MediaBrowser.Model/ApiClient/IApiClient.cs +++ b/MediaBrowser.Model/ApiClient/IApiClient.cs @@ -8,7 +8,6 @@ using MediaBrowser.Model.Serialization; using MediaBrowser.Model.Session; using MediaBrowser.Model.System; using MediaBrowser.Model.Tasks; -using MediaBrowser.Model.Weather; using System; using System.Collections.Generic; using System.IO; @@ -224,22 +223,6 @@ namespace MediaBrowser.Model.ApiClient /// Task{List{ParentalRating}}. Task> GetParentalRatingsAsync(); - /// - /// Gets weather information for the default location as set in configuration - /// - /// Task{WeatherInfo}. - Task GetWeatherInfoAsync(); - - /// - /// Gets weather information for a specific location - /// Location can be a US zipcode, or "city,state", "city,state,country", "city,country" - /// It can also be an ip address, or "latitude,longitude" - /// - /// The location. - /// Task{WeatherInfo}. - /// location - Task GetWeatherInfoAsync(string location); - /// /// Gets local trailers for an item /// -- cgit v1.2.3