Bug 1229202 (part 4) - Remove an unused gfxContextAutoSaveRestore. r=mattwoodrow.

This commit is contained in:
Nicholas Nethercote 2015-12-02 15:32:16 -08:00
parent 5169a5a9d8
commit a256727d0f

View File

@ -1249,7 +1249,6 @@ nsCSSRendering::PaintBoxShadowOuter(nsPresContext* aPresContext,
if (!shadows)
return;
gfxContextAutoSaveRestore gfxStateRestorer;
bool hasBorderRadius;
bool nativeTheme; // mutually exclusive with hasBorderRadius
const nsStyleDisplay* styleDisplay = aForFrame->StyleDisplay();