Bug 494690. Remove unused function UncompressIndex. r=jwatt

This commit is contained in:
timeless@mozdev.org 2009-06-18 13:40:13 +02:00
Родитель b760f912f1
Коммит 81b4da9973
1 изменённых файлов: 0 добавлений и 7 удалений

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

@ -823,13 +823,6 @@ CompressIndex(int index, const nsTextFragment*fragment)
return ci;
}
static int
UncompressIndex(int index, PRBool bRightAffinity, const nsTextFragment*fragment)
{
// XXX
return index;
}
nsresult
nsSVGGlyphFrame::GetHighlight(PRUint32 *charnum, PRUint32 *nchars,
nscolor *foreground, nscolor *background)