remove unused variables, other warning fixes. no bug. r/sr=bz

git-svn-id: svn://10.0.0.236/trunk@220399 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
joshmoz%gmail.com
2007-02-16 08:04:44 +00:00
parent 55b3e71f4d
commit c65f7936f7
7 changed files with 7 additions and 14 deletions

View File

@@ -1120,7 +1120,6 @@ CSSLoaderImpl::InsertSheetInDoc(nsICSSStyleSheet* aSheet,
NS_PRECONDITION(aDocument, "Must have a document to insert into");
// all nodes that link in sheets should be implementing nsIDOM3Node
nsresult rv = NS_OK;
// XXX Need to cancel pending sheet loads for this element, if any