From 82c8bb51becad50ed3e162c362efebe65ddfcd0d Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Sat, 12 Dec 1998 19:19:48 +0000 Subject: [PATCH] Moved a #if 0 to get rid of a compiler warning git-svn-id: svn://10.0.0.236/trunk@16320 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/layout/generic/nsFrame.cpp | 2 +- mozilla/layout/html/base/src/nsFrame.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/layout/generic/nsFrame.cpp b/mozilla/layout/generic/nsFrame.cpp index 127022ff0ef..948bfdbd66e 100644 --- a/mozilla/layout/generic/nsFrame.cpp +++ b/mozilla/layout/generic/nsFrame.cpp @@ -997,11 +997,11 @@ void nsFrame::AdjustPointsInNewContent(nsIPresContext& aPresContext, nsIRenderingContext * aRendContext, nsGUIEvent * aEvent, nsIFrame * aNewFrame) { +#if 0 PRUint32 actualOffset = 0; // Get new Cursor Poition in the new content PRInt32 newPos; -#if 0 //DEBUG MJUDGE GetPosition(aPresContext, aRendContext, aEvent, aNewFrame, actualOffset, newPos); diff --git a/mozilla/layout/html/base/src/nsFrame.cpp b/mozilla/layout/html/base/src/nsFrame.cpp index 127022ff0ef..948bfdbd66e 100644 --- a/mozilla/layout/html/base/src/nsFrame.cpp +++ b/mozilla/layout/html/base/src/nsFrame.cpp @@ -997,11 +997,11 @@ void nsFrame::AdjustPointsInNewContent(nsIPresContext& aPresContext, nsIRenderingContext * aRendContext, nsGUIEvent * aEvent, nsIFrame * aNewFrame) { +#if 0 PRUint32 actualOffset = 0; // Get new Cursor Poition in the new content PRInt32 newPos; -#if 0 //DEBUG MJUDGE GetPosition(aPresContext, aRendContext, aEvent, aNewFrame, actualOffset, newPos);