diff options
Diffstat (limited to 'MediaBrowser.Model/Weather/WeatherInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/Weather/WeatherInfo.cs | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/MediaBrowser.Model/Weather/WeatherInfo.cs b/MediaBrowser.Model/Weather/WeatherInfo.cs deleted file mode 100644 index 8aad52cb2..000000000 --- a/MediaBrowser.Model/Weather/WeatherInfo.cs +++ /dev/null @@ -1,29 +0,0 @@ - -namespace MediaBrowser.Model.Weather -{ - /// <summary> - /// Class WeatherInfo - /// </summary> - public class WeatherInfo - { - /// <summary> - /// Gets or sets the current weather. - /// </summary> - /// <value>The current weather.</value> - public WeatherStatus CurrentWeather { get; set; } - - /// <summary> - /// Gets or sets the forecasts. - /// </summary> - /// <value>The forecasts.</value> - public WeatherForecast[] Forecasts { get; set; } - - /// <summary> - /// Initializes a new instance of the <see cref="WeatherInfo"/> class. - /// </summary> - public WeatherInfo() - { - Forecasts = new WeatherForecast[] {}; - } - } -} |
