aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Globalization/CountryInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Globalization/CountryInfo.cs')
-rw-r--r--MediaBrowser.Model/Globalization/CountryInfo.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Globalization/CountryInfo.cs b/MediaBrowser.Model/Globalization/CountryInfo.cs
index 9f5f00d80e..16aea8436b 100644
--- a/MediaBrowser.Model/Globalization/CountryInfo.cs
+++ b/MediaBrowser.Model/Globalization/CountryInfo.cs
@@ -30,10 +30,4 @@ namespace MediaBrowser.Model.Globalization
/// <value>The name of the three letter ISO region.</value>
public string ThreeLetterISORegionName { get; set; }
}
-
- public class LocalizatonOption
- {
- public string Name { get; set; }
- public string Value { get; set; }
- }
}