diff --git a/xpfe/communicator/resources/content/utilityOverlay.js b/xpfe/communicator/resources/content/utilityOverlay.js index 2086bb48af18..bddf58842293 100644 --- a/xpfe/communicator/resources/content/utilityOverlay.js +++ b/xpfe/communicator/resources/content/utilityOverlay.js @@ -315,12 +315,6 @@ function NewEditorFromDraft() // and we need a delay to let dialog close) function editPage(url, launchWindow, delay) { - var webNav = null; - if ("getWebNavigation" in window) - webNav = getWebNavigation(); - if (webNav && webNav.postData) - return; - // User may not have supplied a window if (!launchWindow) {