From cc92e31174ad4a59788c67376a6b8ebdabbeed10 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sun, 17 Mar 2019 19:02:46 +0100 Subject: [PATCH] Remove dead code Probably a leftover from copy-pasting the BasicsPage. --- framework/core/js/src/admin/components/MailPage.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/framework/core/js/src/admin/components/MailPage.js b/framework/core/js/src/admin/components/MailPage.js index 842710363..78570a7a0 100644 --- a/framework/core/js/src/admin/components/MailPage.js +++ b/framework/core/js/src/admin/components/MailPage.js @@ -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() {