From f0157d6ac44a53a5f08b3e619b5af52f84998e69 Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Sat, 6 Sep 2008 17:23:26 +0200 Subject: [PATCH] Bug 446343 - Remove remnant hooks of AIM bundling; Av1-SM; r=mnyromyr sr=neil --- .../base/resources/content/msgHdrViewOverlay.js | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/mailnews/base/resources/content/msgHdrViewOverlay.js b/mailnews/base/resources/content/msgHdrViewOverlay.js index 429fba7599..8f0c70b623 100644 --- a/mailnews/base/resources/content/msgHdrViewOverlay.js +++ b/mailnews/base/resources/content/msgHdrViewOverlay.js @@ -351,10 +351,6 @@ var messageHeaderSink = { onEndHeaders: function() { - // WARNING: This is the ONLY routine inside of the message Header Sink that should - // trigger a reflow! - CheckNotify(); - ClearHeaderView(gCollapsedHeaderView); ClearHeaderView(gExpandedHeaderView); @@ -634,12 +630,6 @@ function EnsureSubjectValue() } } -function CheckNotify() -{ - if ("NotifyClearAddresses" in this) - NotifyClearAddresses(); -} - // Public method called by the tag front end code when the tags for the selected // message has changed. function OnTagsChange() @@ -874,9 +864,6 @@ function UpdateMessageHeaders() // now update the view to make sure the right elements are visible updateHeaderViews(); - - if ("FinishEmailProcessing" in this) - FinishEmailProcessing(); } function ClearCurrentHeaders()