move local variable into comment block to reduce warnings on Macintosh compiler

git-svn-id: svn://10.0.0.236/trunk@21308 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
brade%netscape.com 1999-02-19 16:11:23 +00:00
parent 1326f793c9
commit 3c77f58b02
2 changed files with 2 additions and 2 deletions

View File

@ -288,10 +288,10 @@ nsTextEditorKeyListener::ProcessShortCutKeys(nsIDOMEvent* aKeyEvent, PRBool& aPr
case nsIDOMEvent::VK_INSERT:
{
nsresult result;
//XXX: should be from a factory
//XXX: should manage the refcount of txn
/*
nsresult result;
nsAutoString attribute("src");
nsAutoString value("resource:/res/samples/raptor.jpg");

View File

@ -288,10 +288,10 @@ nsTextEditorKeyListener::ProcessShortCutKeys(nsIDOMEvent* aKeyEvent, PRBool& aPr
case nsIDOMEvent::VK_INSERT:
{
nsresult result;
//XXX: should be from a factory
//XXX: should manage the refcount of txn
/*
nsresult result;
nsAutoString attribute("src");
nsAutoString value("resource:/res/samples/raptor.jpg");