mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-20 17:20:54 +00:00
Bug 672444 - Remove unused variable 'oldValue' in nsMathMLmpaddedFrame::UpdateValue; r=karlt
This commit is contained in:
parent
7c13c0d93c
commit
456ebe41a9
@ -341,7 +341,6 @@ nsMathMLmpaddedFrame::UpdateValue(PRInt32 aSign,
|
||||
else
|
||||
amount = CalcLength(PresContext(), mStyleContext, aCSSValue);
|
||||
|
||||
nscoord oldValue = aValueToUpdate;
|
||||
if (NS_MATHML_SIGN_PLUS == aSign)
|
||||
aValueToUpdate += amount;
|
||||
else if (NS_MATHML_SIGN_MINUS == aSign)
|
||||
|
Loading…
x
Reference in New Issue
Block a user