diff options
| author | David Ullmer <davidullmer@outlook.de> | 2021-05-10 18:05:35 +0200 |
|---|---|---|
| committer | David Ullmer <davidullmer@outlook.de> | 2021-05-10 18:05:35 +0200 |
| commit | db2b53a4b52d0c1e9797bfc70030b04421ba46a6 (patch) | |
| tree | 0f074d9544306e673ba6eb57859643e76da65b03 /MediaBrowser.Model/Globalization | |
| parent | 88bfd1bcf45bdfa6c64e3439d7f406799645163c (diff) | |
Refactor LocalizationManager and remove dead method
Diffstat (limited to 'MediaBrowser.Model/Globalization')
| -rw-r--r-- | MediaBrowser.Model/Globalization/ILocalizationManager.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/MediaBrowser.Model/Globalization/ILocalizationManager.cs b/MediaBrowser.Model/Globalization/ILocalizationManager.cs index baefeb39c..e0e7317ef 100644 --- a/MediaBrowser.Model/Globalization/ILocalizationManager.cs +++ b/MediaBrowser.Model/Globalization/ILocalizationManager.cs @@ -57,14 +57,6 @@ namespace MediaBrowser.Model.Globalization IEnumerable<LocalizationOption> GetLocalizationOptions(); /// <summary> - /// Checks if the string contains a character with the specified unicode category. - /// </summary> - /// <param name="value">The string.</param> - /// <param name="category">The unicode category.</param> - /// <returns>Wether or not the string contains a character with the specified unicode category.</returns> - bool HasUnicodeCategory(string value, UnicodeCategory category); - - /// <summary> /// Returns the correct <see cref="CultureInfo" /> for the given language. /// </summary> /// <param name="language">The language.</param> |
