Bug 174055, part 6: eliminate pointless nsresult return values.
This commit is contained in:
@@ -399,7 +399,7 @@ nsMathMLmencloseFrame::PlaceInternal(nsRenderingContext& aRenderingContext,
|
||||
// Rule 11, App. G, TeXbook
|
||||
// psi = clearance between rule and content
|
||||
if (NS_MATHML_IS_DISPLAYSTYLE(mPresentationData.flags))
|
||||
fm->GetXHeight(phi);
|
||||
phi = fm->XHeight();
|
||||
else
|
||||
phi = mRuleThickness;
|
||||
psi = mRuleThickness + phi / 4;
|
||||
|
||||
Reference in New Issue
Block a user