diff --git a/mailnews/base/resources/content/msgHdrViewOverlay.js b/mailnews/base/resources/content/msgHdrViewOverlay.js index 1acecfb288a6..5dfe5fab5df8 100644 --- a/mailnews/base/resources/content/msgHdrViewOverlay.js +++ b/mailnews/base/resources/content/msgHdrViewOverlay.js @@ -800,19 +800,6 @@ function ProcessHeaderValue(containingBox, containerNode, header, boxPartOfPopup // The following are just small helper functions.. /////////////////////////////////////////////////////////////// -function hdrViewSetNodeWithButton(boxNode, buttonNode, text) -{ - if (text) - { - buttonNode.setAttribute("value", text); - hdrViewSetVisible(boxNode, true); - } - else - { - hdrViewSetVisible(boxNode, false); - return false; - } -} function hdrViewSetNodeWithBox(boxNode, textNode, text) {