ENH: remove deletes

This commit is contained in:
Bill Hoffman 2004-07-20 11:02:12 -04:00
parent 9fe2ab2f71
commit 2474302c25
1 changed files with 0 additions and 2 deletions

View File

@ -1041,7 +1041,6 @@ void cmCursesMainForm::HandleInput()
CurrentForm = this;
this->Render(1,1,x,y);
set_current_field(m_Form, cur);
delete msgs;
}
// display last errors
else if ( key == 'l' )
@ -1054,7 +1053,6 @@ void cmCursesMainForm::HandleInput()
msgs->HandleInput();
CurrentForm = this;
this->Render(1,1,x,y);
delete msgs;
}
else if ( key == '/' )
{