Bug 494690. Remove unused function UncompressIndex. r=jwatt

This commit is contained in:
timeless@mozdev.org 2009-06-18 13:40:13 +02:00
parent 0c1ff4dba4
commit e6bce749e6

View File

@ -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)