revert an unintended change that crept in

This commit is contained in:
rbs%maths.uq.edu.au 2002-01-27 22:23:07 +00:00
Родитель 4e7ee44ceb
Коммит b1f7c9a6bb
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -217,8 +217,6 @@ nsMathMLFrame::GetAxisHeight(nsIRenderingContext& aRenderingContext,
nsIFontMetrics* aFontMetrics,
nscoord& aAxisHeight)
{
GetAxisHeight(aFontMetrics, aAxisHeight);
return;
// get the bounding metrics of the minus sign, the rendering context
// is assumed to have been set with the font of the current style context
#ifdef NS_DEBUG