From 81b4da99736c3f38294669995e7167a9924d7e5f Mon Sep 17 00:00:00 2001 From: "timeless@mozdev.org" Date: Thu, 18 Jun 2009 13:40:13 +0200 Subject: [PATCH] Bug 494690. Remove unused function UncompressIndex. r=jwatt --- layout/svg/base/src/nsSVGGlyphFrame.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/layout/svg/base/src/nsSVGGlyphFrame.cpp b/layout/svg/base/src/nsSVGGlyphFrame.cpp index 9bce42f58e1..23287b1bcd6 100644 --- a/layout/svg/base/src/nsSVGGlyphFrame.cpp +++ b/layout/svg/base/src/nsSVGGlyphFrame.cpp @@ -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)