Remove comment based on old version of CSS3 Lists spec. Comment-only change from bug 390440, rs=bz

This commit is contained in:
Simon Montagu
2009-02-17 13:26:52 -08:00
parent 99678cd558
commit 0f372719de

View File

@@ -840,10 +840,6 @@ static PRBool HebrewToText(PRInt32 ordinal, nsString& result)
static PRBool ArmenianToText(PRInt32 ordinal, nsString& result)
{
// XXXbz this system goes out to a lot further than 9999... we should fix
// that. This algorithm seems broken in general. There's this business of
// "7000" being special and then there's the combining accent we're supposed
// to be using...
if (ordinal < 1 || ordinal > 9999) { // zero or reach the limit of Armenian numbering system
DecimalToText(ordinal, result);
return PR_FALSE;