diff --git a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js index 0d80419b6d8..f9ccf620753 100644 --- a/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js +++ b/mozilla/mailnews/compose/resources/content/MsgComposeCommands.js @@ -179,7 +179,6 @@ function ComposeStartup() window.editorShell.Init(); dump("Created editorShell\n"); - SetupToolbarElements(); //defined into EditorCommands.js contentWindow = window.content; // setEditorType MUST be call before setContentWindow