Removed unused code
This commit is contained in:
parent
1deca740a2
commit
2cd0803cad
@ -246,7 +246,6 @@ public sealed partial class Setting : UserControl
|
||||
// We load the corresponding culture for that index. As dropdown items, we show
|
||||
// all other available cultures:
|
||||
var allCultures = await AppSettings.GetCultureInfos();
|
||||
var sourceCulture = allCultures.FirstOrDefault(n => n.Index == currentSourceCultureIndex);
|
||||
|
||||
// Attention: We have to store the culture's index, because the index is not
|
||||
// continuous and can change when the user adds or removes a culture!
|
||||
|
Loading…
Reference in New Issue
Block a user