remove unused params; r=akkana, sr=kin, bienvenu, bug=208967
git-svn-id: svn://10.0.0.236/trunk@143639 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -444,7 +444,6 @@ NS_IMETHODIMP
|
||||
nsHTMLEditorLog::InsertAsCitedQuotation(const nsAString& aQuotedText,
|
||||
const nsAString& aCitation,
|
||||
PRBool aInsertHTML,
|
||||
const nsAString& aCharset,
|
||||
nsIDOMNode **aNodeInserted)
|
||||
{
|
||||
nsAutoHTMLEditorLogLock logLock(this);
|
||||
@@ -458,14 +457,12 @@ nsHTMLEditorLog::InsertAsCitedQuotation(const nsAString& aQuotedText,
|
||||
PrintUnicode(aCitation);
|
||||
Write("\", ");
|
||||
Write(aInsertHTML ? "true" : "false");
|
||||
Write(", \"");
|
||||
PrintUnicode(aCharset);
|
||||
Write("\");\n");
|
||||
Flush();
|
||||
}
|
||||
|
||||
return nsHTMLEditor::InsertAsCitedQuotation(aQuotedText, aCitation, aInsertHTML,
|
||||
aCharset, aNodeInserted);
|
||||
aNodeInserted);
|
||||
}
|
||||
|
||||
NS_IMETHODIMP
|
||||
|
||||
Reference in New Issue
Block a user