зеркало из https://github.com/mozilla/pjs.git
move local variable into comment block to reduce warnings on Macintosh compiler
This commit is contained in:
Родитель
06f189919a
Коммит
b34fa3c18c
|
@ -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");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче