diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-23 00:26:01 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-23 00:26:01 -0400 |
| commit | 5a5b48feff3a0b0a660aaaa9bdfd04fd0fe711ed (patch) | |
| tree | 47079574a89158a371f91392992e9ebe9b7840ba /MediaBrowser.Model/Weather | |
| parent | 35f40993b2b85efc6fbb677d373b337aebfe0465 (diff) | |
added new cabac value
Diffstat (limited to 'MediaBrowser.Model/Weather')
| -rw-r--r-- | MediaBrowser.Model/Weather/WeatherUnits.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/MediaBrowser.Model/Weather/WeatherUnits.cs b/MediaBrowser.Model/Weather/WeatherUnits.cs deleted file mode 100644 index d27982e95..000000000 --- a/MediaBrowser.Model/Weather/WeatherUnits.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace MediaBrowser.Model.Weather -{ - /// <summary> - /// Enum WeatherUnits - /// </summary> - public enum WeatherUnits - { - /// <summary> - /// The fahrenheit - /// </summary> - Fahrenheit, - /// <summary> - /// The celsius - /// </summary> - Celsius - } -}
\ No newline at end of file |
