From 745778850b69c8e1d592cac8796312238705cc1e Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Mon, 11 Apr 2011 13:52:30 +0100 Subject: [PATCH] Fix Eudora build bustage from bug 604592 by ifdeffing for mozilla 2.0 - the function is no longer required on latest builds. r=bustage-fix --- mailnews/import/eudora/src/nsEudoraEditor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailnews/import/eudora/src/nsEudoraEditor.cpp b/mailnews/import/eudora/src/nsEudoraEditor.cpp index 806e770ab5..22756cc042 100644 --- a/mailnews/import/eudora/src/nsEudoraEditor.cpp +++ b/mailnews/import/eudora/src/nsEudoraEditor.cpp @@ -1068,12 +1068,12 @@ NS_IMETHODIMP nsEudoraHTMLImageElement::GetPrefix(nsAString & aPrefix) return NS_ERROR_NOT_IMPLEMENTED; } - +#ifdef MOZILLA_2_0_BRANCH NS_IMETHODIMP nsEudoraHTMLImageElement::SetPrefix(const nsAString & aPrefix) { return NS_ERROR_NOT_IMPLEMENTED; } - +#endif // readonly attribute DOMString localName NS_IMETHODIMP nsEudoraHTMLImageElement::GetLocalName(nsAString & aLocalName)