Bug 660439 fix build bustage on Mac and Windows following
bug 587021 landing in mozilla-central. r=bustage-fix
--- a/mailnews/import/eudora/src/nsEudoraEditor.cpp
+++ b/mailnews/import/eudora/src/nsEudoraEditor.cpp
@@ -1344,28 +1344,16 @@ NS_IMETHODIMP nsEudoraHTMLImageElement::
}
// readonly attribute long naturalHeight
NS_IMETHODIMP nsEudoraHTMLImageElement::GetNaturalHeight(PRInt32 *aResult)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
-// readonly attribute long x
-NS_IMETHODIMP nsEudoraHTMLImageElement::GetX(PRInt32 *aResult)
-{
- return NS_ERROR_NOT_IMPLEMENTED;
-}
-// readonly attribute long y
-NS_IMETHODIMP nsEudoraHTMLImageElement::GetY(PRInt32 *aResult)
-{
- return NS_ERROR_NOT_IMPLEMENTED;
-}
-
-
// attribute DOMString border
NS_IMETHODIMP nsEudoraHTMLImageElement::GetBorder(nsAString & aBorder)
{
return NS_ERROR_NOT_IMPLEMENTED;
}
NS_IMETHODIMP nsEudoraHTMLImageElement::SetBorder(const nsAString & aBorder)