From 4c25116d9f81b999b46fb4726da61b0832fbc713 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Fri, 25 Aug 2000 06:22:13 +0000 Subject: [PATCH] Fix build bustage. --- layout/generic/nsImageFrame.cpp | 7 ------- layout/html/base/src/nsImageFrame.cpp | 7 ------- 2 files changed, 14 deletions(-) diff --git a/layout/generic/nsImageFrame.cpp b/layout/generic/nsImageFrame.cpp index 63c4d1954f30..e153edb5a69e 100644 --- a/layout/generic/nsImageFrame.cpp +++ b/layout/generic/nsImageFrame.cpp @@ -359,13 +359,6 @@ nsImageFrame::Reflow(nsIPresContext* aPresContext, return NS_OK; } -NS_IMETHODIMP -nsImageFrame::CanContinueTextRun(PRBool& aContinueTextRun) const -{ - aContinueTextRun = PR_TRUE; - return NS_OK; -} - // Computes the width of the specified string. aMaxWidth specifies the maximum // width available. Once this limit is reached no more characters are measured. // The number of characters that fit within the maximum width are returned in diff --git a/layout/html/base/src/nsImageFrame.cpp b/layout/html/base/src/nsImageFrame.cpp index 63c4d1954f30..e153edb5a69e 100644 --- a/layout/html/base/src/nsImageFrame.cpp +++ b/layout/html/base/src/nsImageFrame.cpp @@ -359,13 +359,6 @@ nsImageFrame::Reflow(nsIPresContext* aPresContext, return NS_OK; } -NS_IMETHODIMP -nsImageFrame::CanContinueTextRun(PRBool& aContinueTextRun) const -{ - aContinueTextRun = PR_TRUE; - return NS_OK; -} - // Computes the width of the specified string. aMaxWidth specifies the maximum // width available. Once this limit is reached no more characters are measured. // The number of characters that fit within the maximum width are returned in