mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-24 19:37:15 +00:00
removed two warnings from GFX library that sparky isn't likely to fix
This commit is contained in:
parent
6476768c6c
commit
e8ced6357f
@ -902,7 +902,7 @@ NS_IMETHODIMP nsScrollingView::ComputeScrollOffsets(PRBool aAdjustWidgets)
|
||||
nscoord hwidth, hheight;
|
||||
nscoord vwidth, vheight;
|
||||
PRUint32 oldsizey = mSizeY, oldsizex = mSizeX;
|
||||
nsRect area(0, 0, 0, 0);
|
||||
// nsRect area(0, 0, 0, 0);
|
||||
nscoord offx, offy;
|
||||
float scale;
|
||||
nsRect controlRect(0, 0, mBounds.width, mBounds.height);
|
||||
|
@ -471,7 +471,7 @@ NS_IMETHODIMP nsView :: Paint(nsIRenderingContext& rc, const nsRect& rect,
|
||||
nsIView *curview, *preview = this;
|
||||
nsVoidArray *views = (nsVoidArray *)new nsVoidArray();
|
||||
nsVoidArray *rects = (nsVoidArray *)new nsVoidArray();
|
||||
nscoord posx, posy;
|
||||
// nscoord posx, posy;
|
||||
nsRect damRect = rect;
|
||||
|
||||
localcx->PushState();
|
||||
|
Loading…
x
Reference in New Issue
Block a user