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:
parent
1326f793c9
commit
3c77f58b02
@ -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");
|
||||
|
||||
|
||||
@ -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");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user