removed some unused variables to get rid of some warnings

This commit is contained in:
rods%netscape.com 1999-08-25 13:39:41 +00:00
parent 5c9835cc68
commit 461e2800c5
2 changed files with 0 additions and 4 deletions

View File

@ -1482,9 +1482,7 @@ void nsCSSRendering::PaintOutline(nsIPresContext& aPresContext,
PRIntn aSkipSides,
nsRect* aGap)
{
nsMargin border;
const nsStyleColor* bgColor = nsStyleUtil::FindNonTransparentBackground(aStyleContext);
nsStyleCoord borderRadius;
nscoord width;
aBorderStyle.GetOutlineWidth(width);

View File

@ -1482,9 +1482,7 @@ void nsCSSRendering::PaintOutline(nsIPresContext& aPresContext,
PRIntn aSkipSides,
nsRect* aGap)
{
nsMargin border;
const nsStyleColor* bgColor = nsStyleUtil::FindNonTransparentBackground(aStyleContext);
nsStyleCoord borderRadius;
nscoord width;
aBorderStyle.GetOutlineWidth(width);