Remove dead code

Probably a leftover from copy-pasting the BasicsPage.
This commit is contained in:
Franz Liedke 2019-03-17 19:02:46 +01:00
parent c50d58d0f4
commit 2bd40b50c7
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

View File

@ -30,12 +30,6 @@ export default class MailPage extends Page {
const settings = app.data.settings;
this.fields.forEach(key => this.values[key] = m.prop(settings[key]));
this.localeOptions = {};
const locales = app.locales;
for (const i in locales) {
this.localeOptions[i] = `${locales[i]} (${i})`;
}
}
view() {