*** empty log message ***

This commit is contained in:
Christopher Aillon 2006-12-22 20:13:05 +00:00
parent 28398e5db3
commit 92b585be26
1 changed files with 0 additions and 11 deletions

View File

@ -1026,17 +1026,6 @@ diff -u -p -d -r1.57.16.2 nsFontMetricsPS.cpp
}
#ifdef MOZ_ENABLE_XFT
@@ -2332,8 +2588,8 @@ nsXftType1Generator::Init(nsXftEntry* aE
nsXftType1Generator::~nsXftType1Generator()
{
- if (mEntry->mFace)
- FT_Done_Face(mEntry->mFace);
+ if (mEntry->mFace)
+ FT_Done_Face(mEntry->mFace);
if (FT_Done_FreeType(mFreeTypeLibrary))
return;
@@ -2353,8 +2609,8 @@ void nsXftType1Generator::GeneratePSFont
}