Remove missed line from previous checkin. b=221140

git-svn-id: svn://10.0.0.236/trunk@150312 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2003-12-15 03:35:50 +00:00
parent ab21247213
commit fcc42d022e
2 changed files with 0 additions and 2 deletions

View File

@@ -562,7 +562,6 @@ NS_METHOD nsTableRowFrame::Paint(nsIPresContext* aPresContext,
PRUint8 overflow = GetStyleDisplay()->mOverflow;
PRBool clip = overflow == NS_STYLE_OVERFLOW_HIDDEN ||
overflow == NS_STYLE_OVERFLOW_SCROLLBARS_NONE;
const nsStyleDisplay* disp = GetStyleDisplay();
if (clip) {
aRenderingContext.PushState();
SetOverflowClipRect(aRenderingContext);

View File

@@ -562,7 +562,6 @@ NS_METHOD nsTableRowFrame::Paint(nsIPresContext* aPresContext,
PRUint8 overflow = GetStyleDisplay()->mOverflow;
PRBool clip = overflow == NS_STYLE_OVERFLOW_HIDDEN ||
overflow == NS_STYLE_OVERFLOW_SCROLLBARS_NONE;
const nsStyleDisplay* disp = GetStyleDisplay();
if (clip) {
aRenderingContext.PushState();
SetOverflowClipRect(aRenderingContext);