backing out changes made against a closed tree

git-svn-id: svn://10.0.0.236/trunk@19371 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cltbld%netscape.com
1999-02-02 23:50:52 +00:00
parent 06e22f12e4
commit 6d1d7ec1c1
3 changed files with 0 additions and 8 deletions

View File

@@ -527,8 +527,6 @@ nsHTMLFramesetFrame::ParseRowColSpec(nsString& aSpec, PRInt32 aMaxNumValues,
static const PRUnichar PERCENT('%');
static const PRUnichar COMMA(',');
aSpec.Trim(" \n\r\t"); // remove leading and trailing whitespace
// Count the commas
PRInt32 commaX = aSpec.Find(COMMA);
PRInt32 count = 1;