Bug 665359 - Remove unused variable res from nsHTMLEditor::AddPositioningOffset; r=ehsan

DONTBUILD
This commit is contained in:
Ed Morley 2011-06-20 14:53:51 -04:00
parent 93544312de
commit 576fc154e6

View File

@ -502,7 +502,6 @@ void
nsHTMLEditor::AddPositioningOffset(PRInt32 & aX, PRInt32 & aY)
{
// Get the positioning offset
nsresult res;
PRInt32 positioningOffset =
Preferences::GetInt("editor.positioning.offset", 0);