Bug 174055, part 6: eliminate pointless nsresult return values.
This commit is contained in:
@@ -198,8 +198,7 @@ nsMathMLmsubsupFrame::PlaceSubSupScript(nsPresContext* aPresContext,
|
||||
nsFontMetrics* fm = aRenderingContext.FontMetrics();
|
||||
|
||||
// get x-height (an ex)
|
||||
nscoord xHeight;
|
||||
fm->GetXHeight (xHeight);
|
||||
nscoord xHeight = fm->XHeight();
|
||||
|
||||
nscoord ruleSize;
|
||||
GetRuleThickness (aRenderingContext, fm, ruleSize);
|
||||
|
||||
Reference in New Issue
Block a user