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/Configuration/ServerConfiguration.cs | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'MediaBrowser.Model/Configuration/ServerConfiguration.cs') diff --git a/MediaBrowser.Model/Configuration/ServerConfiguration.cs b/MediaBrowser.Model/Configuration/ServerConfiguration.cs index 72a80ffad..0446046c2 100644 --- a/MediaBrowser.Model/Configuration/ServerConfiguration.cs +++ b/MediaBrowser.Model/Configuration/ServerConfiguration.cs @@ -1,5 +1,4 @@ using MediaBrowser.Model.Entities; -using MediaBrowser.Model.Weather; using System; namespace MediaBrowser.Model.Configuration @@ -33,12 +32,6 @@ namespace MediaBrowser.Model.Configuration /// true if [enable internet providers]; otherwise, false. public bool EnableInternetProviders { get; set; } - /// - /// Gets or sets the zip code to use when displaying weather - /// - /// The weather location. - public string WeatherLocation { get; set; } - /// /// Gets or sets the item by name path. /// @@ -50,12 +43,6 @@ namespace MediaBrowser.Model.Configuration /// /// The display name of the season zero. public string SeasonZeroDisplayName { get; set; } - - /// - /// Gets or sets the weather unit to use when displaying weather - /// - /// The weather unit. - public WeatherUnits WeatherUnit { get; set; } /// /// Gets or sets the metadata refresh days. -- cgit v1.2.3