Bug 204076 Remove unused variable `PRBool sameNode' from nsHTMLEditorStyle.cpp:524

r=brade sr=tor


git-svn-id: svn://10.0.0.236/trunk@142840 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org 2003-05-23 21:55:17 +00:00
parent 747d409807
commit 3031c88dab

View File

@ -515,7 +515,6 @@ nsresult nsHTMLEditor::SplitStyleAboveRange(nsIDOMRange *inRange,
origStartNode = startNode;
origStartOffset = startOffset;
PRBool sameNode = (startNode==endNode);
// split any matching style nodes above the start of range
{